diff options
author | pixel <pixel> | 2003-01-22 23:16:02 +0000 |
---|---|---|
committer | pixel <pixel> | 2003-01-22 23:16:02 +0000 |
commit | 378e3a022e3ffc637716c42f331875843786c483 (patch) | |
tree | 17d01ecb3cbd903c965ccff92e89669525999413 /lib | |
parent | d33cf3f9fb110f6671eca167ca7b87380256dae1 (diff) |
vsnprintf not here?!?
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 d581a1e..eedd5b9 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 -I/usr/local/win32/include OBJECTS = Buffer.o Exceptions.o Handle.o Image.o Input.o Main.o Output.o \ String.o checkargs.o datecalc.o fileutils.o generic.o TARGET = Baltisot-sol.a |