mirror of
https://github.com/nigels-com/glew.git
synced 2024-11-13 09:43:48 +00:00
8 lines
187 B
Plaintext
8 lines
187 B
Plaintext
GLEW_MAJOR = 1
|
|
GLEW_MINOR = 5
|
|
GLEW_MICRO = 8
|
|
GLEW_VERSION = $(GLEW_MAJOR).$(GLEW_MINOR).$(GLEW_MICRO)
|
|
GLEW_NAME = GLEW
|
|
SO_MAJOR = $(GLEW_MAJOR).$(GLEW_MINOR)
|
|
SO_VERSION = $(GLEW_VERSION)
|