Windows fix

git-svn-id: svn://anubis/anaglym/trunk@258 99a6e188-d820-4881-8870-2d33a10e2619
This commit is contained in:
Josh Holtrop 2010-02-22 22:29:55 +00:00
parent 6d924e73db
commit ba77e98431

View File

@ -39,6 +39,7 @@ ifeq ($(WINDOWS),1)
GLLIBS := -lopengl32 -lglu32 GLLIBS := -lopengl32 -lglu32
WINDOWSLIBS := -lmingw32 WINDOWSLIBS := -lmingw32
TARGET := $(TARGET).exe TARGET := $(TARGET).exe
CC := gcc
else else
GLLIBS := -lGL -lGLU GLLIBS := -lGL -lGLU
endif endif