diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-08-24 21:01:43 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-08-24 21:01:43 +0300 |
commit | a978d733e84030e1a8d86b8b216936690d062e7e (patch) | |
tree | 0b3019c50c71c89af8792387ff8f17a60908510d | |
parent | 857a15ca014765cef5a25a3991264bce34beac61 (diff) | |
download | manaverse-a978d733e84030e1a8d86b8b216936690d062e7e.tar.gz manaverse-a978d733e84030e1a8d86b8b216936690d062e7e.tar.bz2 manaverse-a978d733e84030e1a8d86b8b216936690d062e7e.tar.xz manaverse-a978d733e84030e1a8d86b8b216936690d062e7e.zip |
Remove internal guichan usage from build scripts.
-rwxr-xr-x | bmake | 2 | ||||
-rwxr-xr-x | bmake0 | 2 | ||||
-rwxr-xr-x | bmake44 | 3 | ||||
-rwxr-xr-x | bmake46 | 3 | ||||
-rwxr-xr-x | clmake | 3 |
5 files changed, 8 insertions, 5 deletions
@@ -41,7 +41,7 @@ autoreconf -i --bindir=$dir/run/bin \ --mandir=$dir/run/share/man \ --enable-memdebug=yes \ ---with-internalguichan=yes \ +--without-internalguichan \ --enable-tcmalloc=no \ --enable-googleprofiler=no @@ -41,7 +41,7 @@ autoreconf -i --bindir=$dir/run/bin \ --mandir=$dir/run/share/man \ --enable-memdebug=no \ ---with-internalguichan=yes \ +--without-internalguichan \ --enable-tcmalloc=yes \ --enable-googleprofiler=yes @@ -38,7 +38,8 @@ autoreconf -i ./configure --prefix=$dir/run \ --datadir=$dir/run/share/games \ --bindir=$dir/run/bin \ ---mandir=$dir/run/share/man +--mandir=$dir/run/share/man \ +--without-internalguichan cd po #make -j5 update-po 2>../make1.log @@ -50,7 +50,8 @@ autoreconf -i ./configure --prefix=$dir/run \ --datadir=$dir/run/share/games \ --bindir=$dir/run/bin \ ---mandir=$dir/run/share/man +--mandir=$dir/run/share/man \ +--without-internalguichan cd po #make -j5 update-po 2>../make1.log @@ -10,7 +10,8 @@ export CXX=clang++ ./configure --prefix=$dir/run \ --datadir=$dir/run/share/games \ --bindir=$dir/run/bin \ ---mandir=$dir/run/share/man +--mandir=$dir/run/share/man \ +--without-internalguichan make -j5 2>make2.log |