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

9 lines
287 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_sbs.log -dblog createdb_sbs.log COMPILE $(_NTTREE) SmallBusinessServer_32
copy/y $(_NTTREE)\HelpAndSupportServices\pchdt_l3.cab $(O)\pchdt_l3.cab
!elseif $(WIN64)
!endif
!endif