Windows2003-3790/admin/pchealth/redist/sku_per/makefile.inc

11 lines
438 B
PHP
Raw Permalink Normal View History

2001-01-01 00:00:00 +01:00
gosetup:
!if "$(BUILD_PASS)" == "PASS1"
!if $(386)
HssSetupTool.exe -root $(O)\TEMP\build_logs -log hss_per.log -dblog createdb_per.log COMPILE ..\common\$(O)\TEMP Personal_32
copy/y ..\common\$(O)\TEMP\HelpAndSupportServices\pchdt_p3.cab $(O)\pchdt_p3.cab
perl -S xcopy2binplace.pl /ickderf ..\common\$(O)\TEMP $(_NTTREE)
perl -S xcopy2binplace.pl /ickderf $(O)\TEMP $(_NTTREE)
!elseif $(WIN64)
!endif
!endif