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.

19 lines
266B

  1. #
  2. # Makefile for glew lib + Microsoft Visual C++ 2003 / 2005 / 2008 ToolKit
  3. #
  4. #
  5. include ../yac/install_msvc.mk
  6. TARGET_BASENAME=glew
  7. EXTRAFLAGS= -DGLEW_NO_GLU -DGLEW_BUILD -Iinclude/
  8. EXTRALIBS=
  9. PLAF_OBJ=
  10. include make.objects
  11. include ../yac/staticlib_msvc.mk