From 632c82bd63a13da242c90a5d93dfe7482a0bebe6 Mon Sep 17 00:00:00 2001 From: Michael Pavone Date: Thu, 28 May 2015 21:09:33 -0700 Subject: Adjusted Makefile to support linking against the static glew library from the standard download --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3