windows-nt/Source/XPSP1/NT/admin/pchealth/redist/sku_srv/makefile.inc

9 lines
274 B
PHP
Raw Normal View History

2020-09-26 03:20:57 -05:00
gosetup:
!if "$(BUILD_PASS)" == "PASS1"
!if $(386)
HssSetupTool.exe -root $(_NTPOSTBLD)\build_logs -log hss_srv.log -dblog createdb_srv.log COMPILE $(_NTTREE) Server_32
copy/y $(_NTTREE)\HelpAndSupportServices\pchdt_s3.cab $(O)\pchdt_s3.cab
!elseif $(WIN64)
!endif
!endif