diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-03-04 22:01:23 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-03-04 22:03:55 +0300 |
commit | 26a73f3de5c439cab8198291acee6a1fe5452426 (patch) | |
tree | 85dc94b4f87123d60a2e777f41b01b3f6da27fb0 /manaplus.cbp | |
parent | 7bc16e64bf729263b7560fd7c3436b251fb87ff6 (diff) | |
download | plus-26a73f3de5c439cab8198291acee6a1fe5452426.tar.gz plus-26a73f3de5c439cab8198291acee6a1fe5452426.tar.bz2 plus-26a73f3de5c439cab8198291acee6a1fe5452426.tar.xz plus-26a73f3de5c439cab8198291acee6a1fe5452426.zip |
Disable using physfs in all builds except cmake.
Diffstat (limited to 'manaplus.cbp')
-rw-r--r-- | manaplus.cbp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/manaplus.cbp b/manaplus.cbp index 913867a84..216da898c 100644 --- a/manaplus.cbp +++ b/manaplus.cbp @@ -20,7 +20,6 @@ <Add option="-DUSE_MUMBLE" /> <Add option="-DTMWA_SUPPORT" /> <Add option="-DENABLE_LIBXML" /> - <Add option="-DUSE_PHYSFS" /> <Add directory="src/" /> <Add directory="include" /> <Add directory="../winlibs/include/libxml2" /> @@ -42,7 +41,6 @@ <Add library="opengl32" /> <Add library="png15.dll" /> <Add library="z.dll" /> - <Add library="physfs" /> <Add library="curl.dll" /> <Add library="intl" /> <Add library="ws2_32" /> @@ -62,13 +60,11 @@ <Add option="`sdl-config --cflags`" /> <Add option="-DMANASERV_SUPPORT" /> <Add option="-DUSE_OPENGL" /> - <Add option="-DUSE_PHYSFS" /> <Add directory="/usr/include/libxml2" /> </Compiler> <Linker> <Add option="`sdl-config --libs`" /> <Add library="GL" /> - <Add library="physfs" /> <Add library="curl" /> <Add library="xml2" /> <Add library="SDL_mixer" /> |