diff options
author | Michael Pavone <pavone@retrodev.com> | 2015-05-28 21:09:33 -0700 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2015-05-28 21:09:33 -0700 |
commit | 632c82bd63a13da242c90a5d93dfe7482a0bebe6 (patch) | |
tree | 90aa77b07eb1d5a392f92924357da4438b807ab6 | |
parent | 4468c6074eccd86951fb02d6126b3f4408f1c53e (diff) |
Adjusted Makefile to support linking against the static glew library from the standard download
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -82,7 +82,7 @@ endif ifdef WINDOWS ifndef NOGL -MAINOBJS+= glew.o +MAINOBJS+= glew32s.lib endif endif |