diff options
author | pixel <pixel> | 2002-12-23 17:48:32 +0000 |
---|---|---|
committer | pixel <pixel> | 2002-12-23 17:48:32 +0000 |
commit | 4d58d38129cb7de6873079f68cce4cb6d67281bc (patch) | |
tree | b3fe6000217d3cf0ed9c6afa135f499801289232 | |
parent | 6a7fc5b043c53b9a95ffb86fdc381a7d501086a4 (diff) |
Bleeeeeeeeeeeh
-rw-r--r-- | lib/Makefile.sol.mingw | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.sol.mingw b/lib/Makefile.sol.mingw index 2a7ff80..c8ebf87 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 +CPPFLAGS = -I../include -DFORCE64 -DHAVE_VSNPRINTF -I../../Baltisot/include -I/usr/i586-mingw32msvc/include/SDL -DFORCEGLPATH -I/usr/i586-mingw32msvc/include/GL OBJECTS = engine.o glbase.o glfont.o gltexture.o TARGET = mogltk-sol.a |