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.

9 lines
328 B

  1. @echo off
  2. if "%copydest%" == "" echo ERROR, copydest not set
  3. if %2_ == _ copy %1 %copydest%
  4. if not %2_ == _ copy %1 %copydest%\%2
  5. call %DRMVERDIR%\drmver addsize %1
  6. if exist %1 goto noerror
  7. echo NMAKE : ERROR MSPMSP NT Service Redist missing file: %1
  8. echo ERROR, missing file left out: %1 >>obj\checkrel.out
  9. :noerror