diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-02-28 22:49:10 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-02-28 22:49:10 +0300 |
commit | db31c2f832dd4067e4670dd469fe3b696188576b (patch) | |
tree | 7ed857adddd833cfd5087ee6c22e408637301c5c /manaplus.cbp | |
parent | 6583c1a039a28a41a865b02598e6da9521046325 (diff) | |
download | manaplus-db31c2f832dd4067e4670dd469fe3b696188576b.tar.gz manaplus-db31c2f832dd4067e4670dd469fe3b696188576b.tar.bz2 manaplus-db31c2f832dd4067e4670dd469fe3b696188576b.tar.xz manaplus-db31c2f832dd4067e4670dd469fe3b696188576b.zip |
Add configure flag for use physfs.
New configure option: --without-physfs
For now manaplus cant be compiled without physfs.
Diffstat (limited to 'manaplus.cbp')
-rw-r--r-- | manaplus.cbp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/manaplus.cbp b/manaplus.cbp index 510f480d8..eb65e7199 100644 --- a/manaplus.cbp +++ b/manaplus.cbp @@ -20,6 +20,7 @@ <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" /> |