From ba77e98431e30bbd9d4a436cd96698624ad091e9 Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Mon, 22 Feb 2010 22:29:55 +0000 Subject: [PATCH] Windows fix git-svn-id: svn://anubis/anaglym/trunk@258 99a6e188-d820-4881-8870-2d33a10e2619 --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 1970eb6..f5678a0 100644 --- a/Makefile +++ b/Makefile @@ -39,6 +39,7 @@ ifeq ($(WINDOWS),1) GLLIBS := -lopengl32 -lglu32 WINDOWSLIBS := -lmingw32 TARGET := $(TARGET).exe +CC := gcc else GLLIBS := -lGL -lGLU endif