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.
 
 
 
 
 
 

10 lines
478 B

gosetup:
!if "$(BUILD_PASS)" == "PASS1"
!if $(386)
HssSetupTool.exe -root $(_NTPOSTBLD)\build_logs -log hss_wks.log -dblog createdb_wks.log COMPILE $(_NTTREE) Professional_32
copy/y $(_NTTREE)\HelpAndSupportServices\pchdt_w3.cab $(O)\pchdt_w3.cab
!elseif $(WIN64)
HssSetupTool.exe -root $(_NTPOSTBLD)\build_logs -log hss_wks.log -dblog createdb_wks.log COMPILE $(_NTTREE) Professional_64
copy/y $(_NTTREE)\HelpAndSupportServices\pchdt_w6.cab $(O)\pchdt_w6.cab
!endif
!endif