# HG changeset patch # User Michael Pavone # Date 1432872573 25200 # Node ID cf78cb045fa491b2a5f98bf34164b18b2389ffc7 # Parent 2e1b3b2585232af5698add24de290613b6ce7e5e Adjusted Makefile to support linking against the static glew library from the standard download diff -r 2e1b3b258523 -r cf78cb045fa4 Makefile --- 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