windows-nt/Source/XPSP1/NT/printscan/wia/setup/cab/winnt5/makefil0
2020-09-26 16:20:57 +08:00

19 lines
391 B
Plaintext

#
#
#
!include ..\..\..\wiaenv.inc
TARGET_EXE=obj\$(TARGET_DIRECTORY)\wiasetup.exe
!if "$(PASS0ONLY)"=="1"
$(TARGET_EXE): $(_NTTREE)\wiaservc.dll
copy wiant50.sed obj
echo SourceFiles0=$(_NTTREE)\ >> obj\wiant50.sed
iexpress /N obj\wiant50.sed
move wiasetup.exe obj\$(TARGET_DIRECTORY)
#copy obj\$(TARGET_DIRECTORY)\wiasetup.exe $(_NTTREE)
!else
$(TARGET_CAB):
!endif