Leaked source code of windows server 2003
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.

12 lines
648 B

  1. gosetup:
  2. !if "$(BUILD_PASS)" == "PASS1"
  3. !if $(386)
  4. HssSetupTool.exe -root $(O)\TEMP\build_logs -log hss_wks.log -dblog createdb_wks.log COMPILE ..\common\$(O)\TEMP Professional_32
  5. copy/y ..\common\$(O)\TEMP\HelpAndSupportServices\pchdt_w3.cab $(O)\pchdt_w3.cab
  6. !elseif $(WIN64)
  7. HssSetupTool.exe -root $(O)\TEMP\build_logs -log hss_wks.log -dblog createdb_wks.log COMPILE ..\common\$(O)\TEMP Professional_64
  8. copy/y ..\common\$(O)\TEMP\HelpAndSupportServices\pchdt_w6.cab $(O)\pchdt_w6.cab
  9. !endif
  10. perl -S xcopy2binplace.pl /ickderf ..\common\$(O)\TEMP $(_NTTREE)
  11. perl -S xcopy2binplace.pl /ickderf $(O)\TEMP $(_NTTREE)
  12. !endif