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.

25 lines
371B

  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. ifeq ($(BUILD_64),y)
  12. LIB_INSTALL_PREFIX=../lib/msvc/x64/
  13. else
  14. LIB_INSTALL_PREFIX=../lib/msvc/x86/
  15. endif
  16. include ../yac/staticlib_msvc.mk