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

  1. #
  2. #
  3. #
  4. !include ..\..\..\wiaenv.inc
  5. TARGET_EXE=obj\$(TARGET_DIRECTORY)\wiasetup.exe
  6. !if "$(PASS0ONLY)"=="1"
  7. $(TARGET_EXE): $(_NTTREE)\wiaservc.dll
  8. copy wiant50.sed obj
  9. echo SourceFiles0=$(_NTTREE)\ >> obj\wiant50.sed
  10. iexpress /N obj\wiant50.sed
  11. move wiasetup.exe obj\$(TARGET_DIRECTORY)
  12. #copy obj\$(TARGET_DIRECTORY)\wiasetup.exe $(_NTTREE)
  13. !else
  14. $(TARGET_CAB):
  15. !endif