/[svn]/linuxsampler/trunk/osx/wrapper.sh
ViewVC logotype

Diff of /linuxsampler/trunk/osx/wrapper.sh

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1648 by nagata, Sun Jan 13 16:36:14 2008 UTC revision 1649 by nagata, Fri Jan 25 15:06:02 2008 UTC
# Line 1  Line 1 
1  #export WITH_INSTALL=1  #export WITH_INSTALL=1
2  export BUILD_BASE_DIR=$PWD/../temp_build  export BUILD_BASE_DIR=$PWD/../temp_build
3  export CONFIG_OPTIONS="--disable-shared --enable-signed-triang-algo=intmathabs --enable-unsigned-triang-algo=intmathabs --enable-default-instruments-db-location=~/Library/linuxsampler/linuxsampler.db --enable-plugin-dir=~/Library/linuxsampler/plugins --enable-refill-streams=2 --enable-stream-size=320000 --enable-max-voices=200 --enable-max-streams=220"  export CONFIG_OPTIONS="--disable-shared --enable-signed-triang-algo=intmathabs --enable-unsigned-triang-algo=intmathabs --enable-default-instruments-db-location=~/Library/linuxsampler/linuxsampler.db --enable-plugin-dir=~/Library/linuxsampler/plugins --enable-refill-streams=2 --enable-stream-size=320000 --enable-max-voices=200 --enable-max-streams=220 --enable-pthread-testcancel"
4    
5  case "$BUILD_STYLE" in  case "$BUILD_STYLE" in
6      Deployment_i386)      Deployment_i386)
# Line 11  case "$BUILD_STYLE" in Line 11  case "$BUILD_STYLE" in
11          ;;          ;;
12  esac  esac
13    
14  export CFLAGS="-I$BUILD_BASE_DIR/$BUILD_STYLE/local/include $OPT"  export CFLAGS="-I$BUILD_BASE_DIR/$BUILD_STYLE/local/include -D_APPLE_C_SOURCE $OPT"
15  export CXXFLAGS=$CFLAGS  export CXXFLAGS=$CFLAGS
16  export PKG_CONFIG_PATH="$BUILD_BASE_DIR/$BUILD_STYLE/local/lib/pkgconfig:/usr/local/lib/pkgconfig"  export PKG_CONFIG_PATH="$BUILD_BASE_DIR/$BUILD_STYLE/local/lib/pkgconfig:/usr/local/lib/pkgconfig"
17  export HAVE_UNIX98=1  export HAVE_UNIX98=1

Legend:
Removed from v.1648  
changed lines
  Added in v.1649

  ViewVC Help
Powered by ViewVC