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.

27 lines
595 B

  1. @echo off
  2. REM
  3. REM Builds the setup files for the NT4 DSClient
  4. REM and copyies them to the .\binaries\usa directory
  5. REM
  6. IF %MERRILL_LYNCH% == 1 (
  7. set BINARIES_LOC=.\binaries\ml
  8. ) ELSE (
  9. set BINARIES_LOC=.\binaries\usa
  10. )
  11. cd setup
  12. Echo Building the setup binaries...
  13. start /wait build -cZ
  14. cd ..
  15. Echo Checking out the previous version of setup
  16. sd edit .\%BINARIES_LOC%\setup.exe
  17. sd edit .\%BINARIES_LOC%\dscsetup.dll
  18. Echo Copying the setup binaries...
  19. copy .\setup\setup\obj\i386\setup.exe %BINARIES_LOC%
  20. copy .\setup\dscsetup\obj\i386\dscsetup.dll %BINARIES_LOC%