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.

22 lines
442B

  1. MSDEV := msdev
  2. RM := rm -rf
  3. default:
  4. $(MSDEV) glew.dsw /make \
  5. "glew_static - Win32 Release" \
  6. "glew_shared - Win32 Release" \
  7. "glewinfo - Win32 Release" \
  8. "visualinfo - Win32 Release" /build
  9. debug:
  10. $(MSDEV) glew.dsw /make \
  11. "glew_static - Win32 Debug" \
  12. "glew_shared - Win32 Debug" \
  13. "glewinfo - Win32 Debug" \
  14. "visualinfo - Win32 Debug" /build
  15. clean:
  16. $(MSDEV) glew.dsw /make all /clean
  17. $(RM) static shared *.plg *.ncb *.opt