win32: build of MSI on checkouted trunk ...

is possible after 'bootstrap' and 'configure'


git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@4942 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
vtarasov 2010-12-12 13:17:17 +00:00
parent 26df6abcd9
commit c8c291ea07
2 changed files with 9 additions and 0 deletions

8
etc/Makefile.mak Normal file
View File

@ -0,0 +1,8 @@
all: opensc.conf
opensc.conf: opensc.conf.in
@copy /y opensc.conf.in opensc.conf
clean::
del /Q opensc.conf

View File

@ -9,6 +9,7 @@ SUBDIRS = $(SUBDIRS) cardmod
!ENDIF
!IF "$(WIX_MSI_DEF)" == "/DBUILD_MSI"
SUBDIRS = $(SUBDIRS) "$(TOPDIR)\etc"
SUBDIRS = $(SUBDIRS) "$(TOPDIR)\win32\opensc-msi"
!ENDIF