Initial commit of external build and maintenance scripts
[barry.git] / configure-barryall.sh
blob1f924ae5868a002b02f25ff3054dfd224ca3a393
1 #!/bin/sh
3 CHOICE="system"
5 export CC="ccache gcc"
6 export CXX="ccache g++"
8 #export CXXFLAGS="-Wall -Werror -pedantic -O0 -g"
9 export CXXFLAGS="-Wall -Werror -O0 -g"
10 #export PKG_CONFIG_PATH=/home/cdfrey/Contract/netdirect/syncberry/cvs/barry1/rootdir/lib/pkgconfig:/home/cdfrey/software/opensync/0.22/rootdir/lib/pkgconfig
12 ./configure \
13 --prefix=/home/cdfrey/Contract/netdirect/syncberry/cvs/barry1/rootdir \
14 --enable-gui \
15 --enable-opensync-plugin