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.

27 lines
567 B

  1. rem del /s *.pch *.pdb *.ilk *.obj *.map *.sym
  2. set dest=d:\public\themes
  3. rd /s %dest%
  4. md %dest%
  5. xcopy *.* %dest%\ /s /c
  6. xcopy uxtheme\obj\i386\*.dll %dest%\demo\
  7. xcopy themesel\obj\i386\*.exe %dest%\demo\
  8. xcopy packthem\obj\i386\*.exe %dest%\demo\
  9. xcopy themedir %dest%\demo\ /s
  10. del %dest%\demo\build.*
  11. del %dest%\demo\dirs
  12. del %dest%\demo\*.rc
  13. rem ---- copy ADK files ----
  14. xcopy \nt\tools\x86\rc*.* %dest%\demo
  15. xcopy \nt\tools\x86\link.exe %dest%\demo
  16. xcopy \nt\tools\x86\cvtres.exe %dest%\demo
  17. xcopy D:\vs6comm\MSDev98\Bin\mspdb60.dll %dest%\demo