mirror of
https://github.com/nigels-com/glew.git
synced 2024-11-11 16:53:49 +00:00
8 lines
187 B
Plaintext
8 lines
187 B
Plaintext
GLEW_MAJOR = 1
|
|
GLEW_MINOR = 9
|
|
GLEW_MICRO = 0
|
|
GLEW_VERSION = $(GLEW_MAJOR).$(GLEW_MINOR).$(GLEW_MICRO)
|
|
GLEW_NAME = GLEW
|
|
SO_MAJOR = $(GLEW_MAJOR).$(GLEW_MINOR)
|
|
SO_VERSION = $(GLEW_VERSION)
|