summaryrefslogtreecommitdiff
path: root/lib/Makefile.sol.mingw
diff options
context:
space:
mode:
authorpixel <pixel>2002-12-23 21:10:14 +0000
committerpixel <pixel>2002-12-23 21:10:14 +0000
commit572f1f00e9266d83cca33d40ae51a7123f20bcfc (patch)
tree490db38854c876dc04ccb822908aabf992a128fe /lib/Makefile.sol.mingw
parent4d58d38129cb7de6873079f68cce4cb6d67281bc (diff)
mogltk under mingw. whoohoo.
Diffstat (limited to 'lib/Makefile.sol.mingw')
-rw-r--r--lib/Makefile.sol.mingw2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.sol.mingw b/lib/Makefile.sol.mingw
index c8ebf87..252ee42 100644
--- a/lib/Makefile.sol.mingw
+++ b/lib/Makefile.sol.mingw
@@ -2,7 +2,7 @@ CC = i586-mingw32msvc-gcc
CXX = i586-mingw32msvc-g++
AR = i586-mingw32msvc-ar
RANLIB = i586-mingw32msvc-ranlib
-CPPFLAGS = -I../include -DFORCE64 -DHAVE_VSNPRINTF -I../../Baltisot/include -I/usr/i586-mingw32msvc/include/SDL -DFORCEGLPATH -I/usr/i586-mingw32msvc/include/GL
+CPPFLAGS = -I../include -DFORCE64 -DHAVE_VSNPRINTF -I../../Baltisot/include -I/usr/i586-mingw32msvc/include/SDL
OBJECTS = engine.o glbase.o glfont.o gltexture.o
TARGET = mogltk-sol.a