summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Pavone <pavone@retrodev.com>2015-05-28 21:09:33 -0700
committerMichael Pavone <pavone@retrodev.com>2015-05-28 21:09:33 -0700
commit632c82bd63a13da242c90a5d93dfe7482a0bebe6 (patch)
tree90aa77b07eb1d5a392f92924357da4438b807ab6
parent4468c6074eccd86951fb02d6126b3f4408f1c53e (diff)
Adjusted Makefile to support linking against the static glew library from the standard download
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 83f50f1..b7b0eee 100644
--- a/Makefile
+++ b/Makefile
@@ -82,7 +82,7 @@ endif
ifdef WINDOWS
ifndef NOGL
-MAINOBJS+= glew.o
+MAINOBJS+= glew32s.lib
endif
endif