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.
 
 
 
 
 
 

18 lines
319 B

@echo off
rd /s /q %_NTTREE%\shimdll
md %_NTTREE%\shimdll
md %_NTTREE%\shimdll\drvmain
build -cZ
pushd %SDXROOT%\windows\appcompat\buildtools
build -cZ
pushd %_NTTREE%\shimdll
shimdbc custom -s -l USA -x makefile.xml
regsvr32 /s itcc.dll
hhc apps.hhp
pushd drvmain
..\hhc drvmain.hhp
popd
popd
popd