diff options
author | pixel <pixel> | 2003-03-09 18:39:08 +0000 |
---|---|---|
committer | pixel <pixel> | 2003-03-09 18:39:08 +0000 |
commit | 4270ce9ebc2bf9e0f2da695ec9b02857d62f5c13 (patch) | |
tree | 94bf059c7ab077dc8679014a9b99571282e438c6 | |
parent | 15d8cf652a83330421be2f3bb0c5329d055b75f8 (diff) |
Fixing stuff....
-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 2cdb920..1973c70 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 -I../../Baltisot/include -DDEBUG `/usr/i586-mingw32msvc/bin/sdl-config --cflags` -O3 -mwindows +CPPFLAGS = -I../include -DFORCE64 -I../../Baltisot/include -DDEBUG `/usr/local/win32/bin/sdl-config --cflags` -O3 -mwindows -I/usr/local/win32/include OBJECTS = engine.o glbase.o glfont.o gltexture.o sprite.o TARGET = mogltk-sol.a |