spiegel-keyman/windows/src/developer/samples/imsample/Makefile

30 lines
680 B
Makefile

#
# imsample Makefile
#
VERSION_TXT_PATH=..\..
!include ..\..\..\Defines.mak
build: dirs version.res
$(MSBUILD) imsample.sln $(MSBUILD_BUILD)
$(COPY) imsample.dll $(PROGRAM)\developer
$(COPY) imsample.pdb $(PROGRAM)\developer
signcode:
$(SIGNCODE) /d "Keyman IMX Sample" $(PROGRAM)\developer\imsample.dll
wrap-symbols:
$(SYMSTORE) $(PROGRAM)\developer\imsample.dll /t keyman-developer
$(SYMSTORE) $(DEBUGPATH)\developer\imsample.pdb /t keyman-developer
backup:
$(WZZIP) $(BUILD)\developer\imsample.zip $(BACKUPDEFAULTS) imsample.dll
clean: def-clean
$(MSBUILD) imsample.sln $(MSBUILD_CLEAN)
install:
@rem
!include ..\..\..\Target.mak