opensc/win32/Makefile.mak
martin 223a8b90e5 WindowsInstaller: tune for default build
* remove opensc-msi folder, everything related to building on/for Windows is in /win32
 * OpenSC shall be built in static mode
 * set default paths for OpenSSL Win32 installer locations
 * build with OpenSSL by default

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@5284 c6295689-39f2-0310-b995-f0e70906c6a9
2011-03-31 11:28:29 +00:00

18 lines
348 B
Makefile

TOPDIR = ..
!INCLUDE $(TOPDIR)\win32\Make.rules.mak
all: config.h
config.h: winconfig.h
@copy /y winconfig.h config.h
OpenSC.msi: OpenSC.wixobj
$(WIX_PATH)\bin\light.exe -sh -ext WixUIExtension $?
OpenSC.wixobj: OpenSC.wxs
$(WIX_PATH)\bin\candle.exe -dSOURCE_DIR=$(TOPDIR) $?
clean::
del /Q config.h *.msi *.wixobj *.wixpdb