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
377 B

4 years ago
  1. REM The dispcalc.exe makefile assumes that PATH, LIB, and include are setup.
  2. @setlocal
  3. REM we get rc.exe and winstub.exe from \tools\win
  4. set PATH=%TOOLS%\HOS2\BIN;%TOOLS%\HOS2\C700\BIN
  5. set INCLUDE=%TOOLS%\HOS2\C700\INCLUDE;%OLEPROG%\ole\dwin16;%OLEPROG%\src\dispatch
  6. set LIB=%TOOLS%\HOS2\C700\LIB;%OLEPROG%\ole\dwin16;%OLEPROG%\build\dwin16
  7. nmake %1 %2 %3 %4 %5
  8. @endlocal