next steps on #141
This commit is contained in:
+5
-7
@@ -347,11 +347,10 @@ win32 {
|
|||||||
../mysql/lib \
|
../mysql/lib \
|
||||||
../zlib
|
../zlib
|
||||||
|
|
||||||
#-lSDL_mixer \
|
LIBS += -lSDL_mixer \
|
||||||
#-lSDL \
|
-lSDL \
|
||||||
#-lSDLmain \
|
-lSDLmain \
|
||||||
|
-ltinyxml \
|
||||||
LIBS += -ltinyxml \
|
|
||||||
-lz \
|
-lz \
|
||||||
-lssh2 \
|
-lssh2 \
|
||||||
-lgnutls \
|
-lgnutls \
|
||||||
@@ -367,8 +366,7 @@ win32 {
|
|||||||
debug:LIBPATH += debug/lib
|
debug:LIBPATH += debug/lib
|
||||||
release:LIBPATH += release/lib
|
release:LIBPATH += release/lib
|
||||||
LIBS += -lsqlite3
|
LIBS += -lsqlite3
|
||||||
#-lsmpeg -lvorbisfile -lvorbis -logg
|
LIBS += -lntlm -lmodplug -lddraw -ldxguid -lsmpeg -lvorbisfile -lvorbis -logg
|
||||||
LIBS += -lntlm -lmodplug -lddraw -ldxguid
|
|
||||||
LIBS += -lboost_thread_win32-mt
|
LIBS += -lboost_thread_win32-mt
|
||||||
LIBS += -lboost_filesystem-mt
|
LIBS += -lboost_filesystem-mt
|
||||||
LIBS += -lboost_regex-mt
|
LIBS += -lboost_regex-mt
|
||||||
|
|||||||
@@ -19,9 +19,9 @@
|
|||||||
|
|
||||||
#ifndef ANDROID
|
#ifndef ANDROID
|
||||||
#if (defined __APPLE__)
|
#if (defined __APPLE__)
|
||||||
//#include <SDL.h>
|
#include <SDL.h>
|
||||||
#else
|
#else
|
||||||
//#include <SDL/SDL.h>
|
#include <SDL/SDL.h>
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
@@ -25,9 +25,9 @@
|
|||||||
|
|
||||||
#ifndef ANDROID
|
#ifndef ANDROID
|
||||||
#ifdef __APPLE__
|
#ifdef __APPLE__
|
||||||
//#include <SDL_mixer.h>
|
#include <SDL_mixer.h>
|
||||||
#else
|
#else
|
||||||
//#include <SDL/SDL_mixer.h>
|
#include <SDL/SDL_mixer.h>
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user