Windows NT 4.0 source code leak
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.

13 lines
335 B

4 years ago
  1. @echo off
  2. if "%TOOLS%" == "" set TOOLS=\\HOG\SLM\SRC\TOOLS
  3. if "%BINX%" == "" set BINX=\BINP
  4. set oldinc=%INCLUDE%
  5. set INCLUDE=%TOOLS%\INC
  6. if exist testscrn.log del testscrn.log
  7. echo Building RETAIL TESTSCRN.DLL...
  8. %TOOLS%%BINX%\nmake -nologo %1 >> testscrn.log 2>&1
  9. %TOOLS%%BINX%\results testscrn.log
  10. set INCLUDE=%oldinc%
  11. set oldinc=