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.

21 lines
584 B

4 years ago
  1. call %_NTDRIVE%\nt\private\rpc\build\env nt all
  2. set RPC=%_NTDRIVE%\nt\private\rpc
  3. set IMPORT=%RPC%\import
  4. set PUBLIC=%_NTDRIVE%\nt\public\sdk
  5. set DIST=%_NTDRIVE%\nt\public\sdk\rpc16
  6. @md %DIST%
  7. @if .%1.==.DEBUG. goto debug
  8. @if .%1.==.Debug. goto debug
  9. @if .%1.==.debug. goto debug
  10. @echo Free RPC 16bit Build
  11. @set prompt=(RPC Free 16bit) $p$g
  12. set RELEASE=1
  13. @goto done
  14. :debug
  15. @echo Checked RPC 16bit Build
  16. @set prompt=(RPC Checked 16bit) $p$g
  17. :done
  18. @echo cd \nt\private\rpc
  19. @echo build\cleanall - full clean build
  20. @echo build\buildall - incremental build
  21. @echo rem New build in %DIST%