Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

18 lines
391 B

#
#
#
!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