/[svn]/linuxsampler/branches/release0_5_1/osx/wrapper.sh
ViewVC logotype

Annotation of /linuxsampler/branches/release0_5_1/osx/wrapper.sh

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1569 - (hide annotations) (download) (as text)
Thu Dec 6 19:51:21 2007 UTC (16 years, 6 months ago) by (unknown author)
File MIME type: application/x-sh
File size: 440 byte(s)
This commit was manufactured by cvs2svn to create branch 'release0_5_1'.
1 schoenebeck 1175 export BUILD_BASE_DIR=$PWD/../temp_build
2     export WITH_INSTALL=1
3     export CONFIG_OPTIONS="--disable-shared --enable-signed-triang-algo=intmathabs --enable-unsigned-triang-algo=intmathabs"
4     export CFLAGS="-I$BUILD_BASE_DIR/$BUILD_STYLE/local/include"
5     export CXXFLAGS=$CFLAGS
6     export PKG_CONFIG_PATH="$BUILD_BASE_DIR/$BUILD_STYLE/local/lib/pkgconfig"
7     export HAVE_UNIX98=1
8 schoenebeck 1191 export UB_PRODUCTS=bin/linuxsampler
9 schoenebeck 1175 source $PROJECT_DIR/autoconf_builder.sh

  ViewVC Help
Powered by ViewVC