diff options
author | pixel <pixel> | 2003-01-22 23:16:12 +0000 |
---|---|---|
committer | pixel <pixel> | 2003-01-22 23:16:12 +0000 |
commit | 82823832a40a8b16433c9e7d1b84f18f6d21c525 (patch) | |
tree | 13c887dd33966caab76e01913c7dc3aa0c3719c2 | |
parent | 22fab48c6ad09e7a3d623d4e9c93147dd786c8dd (diff) |
vsnprintf not here?!?
-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 252ee42..abbcdb1 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 +CPPFLAGS = -I../include -DFORCE64 -I../../Baltisot/include `/usr/local/win32/bin/sdl-config --cflags` -I/usr/local/win32/include OBJECTS = engine.o glbase.o glfont.o gltexture.o TARGET = mogltk-sol.a |