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.

19 lines
428 B

  1. md %1\%4ins
  2. %2\bbinstr /cmd %2\catalog.cmd /pdb %1\%4ins\%3.pdb /o %1\%4ins\%3.dll %1\%4%3.dll
  3. pushd %1
  4. catutil /product=URT /dll=%4ins\%3.dll
  5. popd
  6. pushd %2\
  7. REM fusionperf.exe
  8. popd
  9. md %1\%4opt
  10. REM %2\bbopt /cmd %2\catalog.cmd /pdb %1\%4opt\%3.pdb /o %1\%4opt\%3.dll %1\%4%3.dll
  11. copy %1\%4opt\%3.dll %1\%4%3.dll /y
  12. copy %1\%4opt\%3.pdb %1\%4%3.pdb /y
  13. rd %1\%4ins /s /q
  14. rd %1\%4opt /s /q
  15. del /f %1\%4*.idf
  16. del /f %1\%4*.key