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.

42 lines
2.1 KiB

  1. TARGET_EXE=$(PROJECT_ROOT)\services\sched\cab\ie4\$(O)\sasetup.exe
  2. !if "$(BUILD_DEFAULT_TARGETS)"=="-386"
  3. $(TARGET_EXE): ..\..\service\chicago\$(O)\mstask.exe ..\..\client\chicago\$(O)\mstask.dll ..\..\setup\chicago\$(O)\mstinit.exe ..\..\sage\chicago\dll\$(O)\sage.dll ..\..\sage\chicago\exe\$(O)\sage.exe ..\..\sage\chicago\sysagent\$(O)\sysagent.exe ..\..\service\daytona\$(O)\mstask.exe ..\..\client\daytona\$(O)\mstask.dll ..\..\setup\daytona\$(O)\mstinit.exe ..\..\help\user\mstask.hlp ..\mstask.ini mstask.inf x86.cdf
  4. copy ..\..\service\chicago\$(O)\mstask.exe $(O)\mstwin.exe
  5. copy ..\..\client\chicago\$(O)\mstask.dll $(O)\mstwin.dll
  6. copy ..\..\setup\chicago\$(O)\mstinit.exe $(O)\stswin.exe
  7. copy ..\..\sage\chicago\dll\$(O)\sage.dll $(O)
  8. copy ..\..\sage\chicago\exe\$(O)\sage.exe $(O)
  9. copy ..\..\sage\chicago\sysagent\$(O)\sysagent.exe $(O)
  10. copy ..\..\service\daytona\$(O)\mstask.exe $(O)\mstnt.exe
  11. copy ..\..\client\daytona\$(O)\mstask.dll $(O)\mstnt.dll
  12. copy ..\..\setup\daytona\$(O)\mstinit.exe $(O)\stsnt.exe
  13. copy ..\..\help\user\mstask.hlp $(O)
  14. copy ..\..\help\user\mstask.cnt $(O)
  15. copy ..\mstask.ini $(O)
  16. copy mstask.inf $(O)
  17. copy x86.cdf $(O)
  18. echo SourceFiles0=$(O)\ >> $(O)\x86.cdf
  19. iexpress /Q /N $(O)\x86.cdf
  20. copy sasetup.exe $(O)
  21. copy ~cabpack.cab $(O)\sasetup.cab
  22. del sasetup.exe
  23. del ~cabpack.cab
  24. !else
  25. $(TARGET_EXE): ..\..\service\daytona\$(O)\mstask.exe ..\..\client\daytona\$(O)\mstask.dll ..\..\setup\daytona\$(O)\mstinit.exe ..\..\help\user\mstask.hlp ..\mstask.ini mstask.inf risc.cdf
  26. copy ..\..\service\daytona\$(O)\mstask.exe $(O)\mstnt.exe
  27. copy ..\..\client\daytona\$(O)\mstask.dll $(O)\mstnt.dll
  28. copy ..\..\setup\daytona\$(O)\mstinit.exe $(O)\stsnt.exe
  29. copy ..\..\help\user\mstask.hlp $(O)
  30. copy ..\..\help\user\mstask.cnt $(O)
  31. copy ..\mstask.ini $(O)
  32. copy mstask.inf $(O)
  33. copy risc.cdf $(O)
  34. echo SourceFiles0=$(O)\ >> $(O)\risc.cdf
  35. iexpress /Q /N $(O)\risc.cdf
  36. copy sasetup.exe $(O)
  37. copy ~cabpack.cab $(O)\sasetup.cab
  38. del sasetup.exe
  39. del ~cabpack.cab
  40. !endif