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.

15 lines
240 B

  1. @echo off
  2. REM Environment Settings
  3. call %_ntdrive%%_ntroot%\public\tools\ntenv.cmd
  4. REM debug / release
  5. set ntdebug=cvp
  6. if "%1"=="release" set ntdebug=ntsdnodbg
  7. cd ..
  8. REM Build Command
  9. build -b -e -F -w %2 %3 %4 %5
  10. cd vc