changeset 743:cf78cb045fa4

Adjusted Makefile to support linking against the static glew library from the standard download
author Michael Pavone <pavone@retrodev.com>
date Thu, 28 May 2015 21:09:33 -0700
parents 2e1b3b258523
children fc68992cf18d
files Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Tue Apr 01 21:12:00 2014 -0700
+++ b/Makefile	Thu May 28 21:09:33 2015 -0700
@@ -82,7 +82,7 @@
 
 ifdef WINDOWS
 ifndef NOGL
-MAINOBJS+= glew.o
+MAINOBJS+= glew32s.lib
 endif
 endif