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.

8 lines
187B

  1. GLEW_MAJOR = 2
  2. GLEW_MINOR = 1
  3. GLEW_MICRO = 0
  4. GLEW_VERSION = $(GLEW_MAJOR).$(GLEW_MINOR).$(GLEW_MICRO)
  5. GLEW_NAME = GLEW
  6. SO_MAJOR = $(GLEW_MAJOR).$(GLEW_MINOR)
  7. SO_VERSION = $(GLEW_VERSION)