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.
 
 
 
 
 
 

14 lines
405 B

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