next steps on #141

This commit is contained in:
doitux
2012-11-22 08:19:38 +01:00
parent a5de540a96
commit b0d9b36fea
3 changed files with 9 additions and 11 deletions
+5 -7
View File
@@ -347,11 +347,10 @@ win32 {
../mysql/lib \
../zlib
#-lSDL_mixer \
#-lSDL \
#-lSDLmain \
LIBS += -ltinyxml \
LIBS += -lSDL_mixer \
-lSDL \
-lSDLmain \
-ltinyxml \
-lz \
-lssh2 \
-lgnutls \
@@ -367,8 +366,7 @@ win32 {
debug:LIBPATH += debug/lib
release:LIBPATH += release/lib
LIBS += -lsqlite3
#-lsmpeg -lvorbisfile -lvorbis -logg
LIBS += -lntlm -lmodplug -lddraw -ldxguid
LIBS += -lntlm -lmodplug -lddraw -ldxguid -lsmpeg -lvorbisfile -lvorbis -logg
LIBS += -lboost_thread_win32-mt
LIBS += -lboost_filesystem-mt
LIBS += -lboost_regex-mt
+2 -2
View File
@@ -19,9 +19,9 @@
#ifndef ANDROID
#if (defined __APPLE__)
//#include <SDL.h>
#include <SDL.h>
#else
//#include <SDL/SDL.h>
#include <SDL/SDL.h>
#endif
#endif
+2 -2
View File
@@ -25,9 +25,9 @@
#ifndef ANDROID
#ifdef __APPLE__
//#include <SDL_mixer.h>
#include <SDL_mixer.h>
#else
//#include <SDL/SDL_mixer.h>
#include <SDL/SDL_mixer.h>
#endif
#endif