diff options
author | pixel <pixel> | 2003-03-14 02:24:21 +0000 |
---|---|---|
committer | pixel <pixel> | 2003-03-14 02:24:21 +0000 |
commit | 700cd603a7ceced2fe8b6a064330d6f88d278dce (patch) | |
tree | 3d55b5d791a25cda3626b7468d5a3dcdc7113d9c /lib | |
parent | fb5606a005852b96554b3607b8ae06d60db2a6bd (diff) |
Fixing mingw
Diffstat (limited to 'lib')
-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 1973c70..333bf71 100644 --- a/lib/Makefile.sol.mingw +++ b/lib/Makefile.sol.mingw @@ -3,7 +3,7 @@ CXX = i586-mingw32msvc-g++ AR = i586-mingw32msvc-ar RANLIB = i586-mingw32msvc-ranlib 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 +OBJECTS = engine.o glbase.o glfont.o glshape.o glwidgets.o gltexture.o sprite.o TARGET = mogltk-sol.a all: $(TARGET) |