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

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

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

revision 1242 by schoenebeck, Wed May 16 20:38:55 2007 UTC revision 1243 by schoenebeck, Mon Jun 18 08:04:37 2007 UTC
# Line 3  export WITH_INSTALL=1 Line 3  export WITH_INSTALL=1
3  export CONFIG_OPTIONS="--disable-shared"  export CONFIG_OPTIONS="--disable-shared"
4  export PKG_CONFIG_PATH="$BUILD_BASE_DIR/$BUILD_STYLE/local/lib/pkgconfig"  export PKG_CONFIG_PATH="$BUILD_BASE_DIR/$BUILD_STYLE/local/lib/pkgconfig"
5  export UB_PRODUCTS="bin/dlsdump bin/gigextract bin/rifftree bin/gigdump lib/libgig.a"  export UB_PRODUCTS="bin/dlsdump bin/gigextract bin/rifftree bin/gigdump lib/libgig.a"
6    export CFLAGS="-framework CoreFoundation"
7    export CXXFLAGS="$CFLAGS"
8  source $PROJECT_DIR/autoconf_builder.sh  source $PROJECT_DIR/autoconf_builder.sh

Legend:
Removed from v.1242  
changed lines
  Added in v.1243

  ViewVC Help
Powered by ViewVC