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.

35 lines
859 B

  1. @echo off
  2. call setenv.bat
  3. net use w: /d
  4. net use w: \\blues\qserver
  5. w:
  6. cd dadaily
  7. md %BUILDNO%
  8. cd %BUILDNO%
  9. md debug
  10. md retail
  11. rem for the Retail release
  12. echo copying Retail files
  13. copy /v %AP_ROOT%\setup\retail.bin\axa.exe retail
  14. copy /v %AP_ROOT%\build\win\ship\bin\danim.sym retail
  15. copy /v %AP_ROOT%\build\win\ship\bin\*.map retail
  16. echo Retail files copied
  17. echo copying Debug files
  18. copy /v %AP_ROOT%\setup\debug.bin\apeldbg.dll debug
  19. copy /v %AP_ROOT%\setup\debug.bin\apeldbg.pdb debug
  20. REM copy /v %AP_ROOT%\setup\debug.bin\control.pdb debug
  21. copy /v %AP_ROOT%\setup\debug.bin\appel.pdb debug
  22. copy /v %AP_ROOT%\setup\debug.bin\apelutil.pdb debug
  23. copy /v %AP_ROOT%\setup\debug.bin\danim.dll debug
  24. copy /v %AP_ROOT%\setup\debug.bin\axadbg.exe debug
  25. echo Debug files copied
  26. cd %AP_ROOT%
  27. net use w: /d
  28. echo copy complete