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.
|
GLEW_MAJOR = 2
|
|
GLEW_MINOR = 1
|
|
GLEW_MICRO = 0
|
|
GLEW_VERSION = $(GLEW_MAJOR).$(GLEW_MINOR).$(GLEW_MICRO)
|
|
GLEW_NAME = GLEW
|
|
SO_MAJOR = $(GLEW_MAJOR).$(GLEW_MINOR)
|
|
SO_VERSION = $(GLEW_VERSION)
|