first
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
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)
|
||||
Reference in New Issue
Block a user