Source code of Windows XP (NT5)
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.

22 lines
368 B

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