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.
 
 
 
 
 
 

10 lines
436 B

gosetup:
!if "$(BUILD_PASS)" == "PASS1"
!if $(386)
HssSetupTool.exe -root $(O)\TEMP\build_logs -log hss_bla.log -dblog createdb_bla.log COMPILE ..\common\$(O)\TEMP Blade_32
copy/y ..\common\$(O)\TEMP\HelpAndSupportServices\pchdt_b3.cab $(O)\pchdt_b3.cab
perl -S xcopy2binplace.pl /ickderf ..\common\$(O)\TEMP $(_NTTREE)
perl -S xcopy2binplace.pl /ickderf $(O)\TEMP $(_NTTREE)
!elseif $(WIN64)
!endif
!endif