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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1175 - (show annotations) (download) (as text)
Sun May 6 16:38:35 2007 UTC (16 years, 11 months ago) by schoenebeck
File MIME type: application/x-sh
File size: 404 byte(s)
* added completely new XCode project files for Mac OSX which is now
  capable to execute our autoconf environment, thus no need anymore
  to maintain the compile time configuration file (osx/version.h) for
  OSX manually (patch by Toshi Nagata)

1 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 source $PROJECT_DIR/autoconf_builder.sh

  ViewVC Help
Powered by ViewVC