medfall

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 99de2f7d88ae065db00d1ea7954bc8d5d88b22ae
parent 656cb9ec3a86128628a0e286bcd0564417f0199e
Author: Michael Savage <mikejsavage@gmail.com>
Date:   Wed Sep  7 22:17:42 -0700

Get rid of GL_GLEXT_PROTOTYPES

Diffstat:
Makefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile @@ -28,7 +28,7 @@ CXXFLAGS += -std=c++11 -msse2 -fno-exceptions -fno-rtti \ -O2 \ -ggdb3 -fno-omit-frame-pointer -fno-strict-aliasing -fno-strict-overflow \ $(WARNINGS) \ - -DGL_GLEXT_PROTOTYPES -DGLFW_INCLUDE_NONE + -DGLFW_INCLUDE_NONE LDFLAGS += -lm -pthread -include os.mk