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.

47 lines
850 B

  1. alltgt: allret alldbg alltst allbbt
  2. allret: nash_r
  3. alldbg: nash_d
  4. alltst: nash_t
  5. allbbt: nash_l
  6. win95_r:
  7. $(MAKE) all os_t=WIN95 WIN32=1 DEBUG=OFF
  8. win95_d:
  9. $(MAKE) all os_t=WIN95 WIN32=1 DEBUG=ON
  10. win95_t:
  11. $(MAKE) all os_t=WIN95 WIN32=1 DEBUG=OFF TEST=ON
  12. nash_r:
  13. $(MAKE) all os_t=nash WIN32=1 DEBUG=OFF
  14. clean_nash_r:
  15. $(MAKE) cleanall os_t=nash WIN32=1 DEBUG=OFF
  16. nash_d:
  17. $(MAKE) all os_t=nash WIN32=1 DEBUG=ON
  18. clean_nash_d:
  19. $(MAKE) cleanall os_t=nash WIN32=1 DEBUG=ON
  20. nash_t:
  21. $(MAKE) all os_t=nash WIN32=1 DEBUG=OFF TEST=ON
  22. clean_nash_t:
  23. $(MAKE) cleanall os_t=nash WIN32=1 DEBUG=OFF TEST=ON
  24. nash_l:
  25. $(MAKE) all os_t=nash WIN32=1 DEBUG=OFF BBT=ON
  26. clean_nash_l:
  27. $(MAKE) cleanall os_t=nash WIN32=1 DEBUG=OFF BBT=ON
  28. dbg: nash_d
  29. ret: nash_r
  30. tst: nash_t
  31. bbt: nash_l