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

  1. @echo off
  2. rd /s /q %_NTTREE%\shimdll
  3. md %_NTTREE%\shimdll
  4. md %_NTTREE%\shimdll\drvmain
  5. build -cZ
  6. pushd %SDXROOT%\windows\appcompat\buildtools
  7. build -cZ
  8. pushd %_NTTREE%\shimdll
  9. shimdbc custom -s -l USA -x makefile.xml
  10. regsvr32 /s itcc.dll
  11. hhc apps.hhp
  12. pushd drvmain
  13. ..\hhc drvmain.hhp
  14. popd
  15. popd
  16. popd