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

4 years ago
  1. set path2=%path%
  2. set path=%oleprog%\tools\win16\hdos\c800\bin;%oleprog%\tools\win16\hdos\bin;c:\dos
  3. set include=%oleprog%\tools\win16\hdos\c800\include;%oleprog%\src\inc;%oleprog%\ole\win16
  4. set lib=%oleprog%\tools\win16\hdos\c800\lib;%oleprog%\dwin16;%oleprog%\ole\win16\lib
  5. set debug=1
  6. if not '%_NTBINDIR%' == '' %_NTBINDIR%\mstools\nmake & goto done
  7. if '%HOST%' == 'WIN32' %vbatools%\win32\bin\nmake & goto done
  8. nmake
  9. :done
  10. set path=%path2%
  11. set lib=
  12. set include=
  13. set path2=