/[svn]/libgig/branches/release4_0_0/osx/wrapper.sh
ViewVC logotype

Annotation of /libgig/branches/release4_0_0/osx/wrapper.sh

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2786 - (hide annotations) (download) (as text)
Tue Jul 14 14:19:37 2015 UTC (8 years, 11 months ago) by schoenebeck
File MIME type: application/x-sh
File size: 372 byte(s)
- Created libgig branch 'release4_0_0'.

1 nagata 1640 export WITH_INSTALL=1
2 schoenebeck 1172 export BUILD_BASE_DIR=$PWD/../temp_build
3     export CONFIG_OPTIONS="--disable-shared"
4     export PKG_CONFIG_PATH="$BUILD_BASE_DIR/$BUILD_STYLE/local/lib/pkgconfig"
5 schoenebeck 1190 export UB_PRODUCTS="bin/dlsdump bin/gigextract bin/rifftree bin/gigdump lib/libgig.a"
6 schoenebeck 1243 export CFLAGS="-framework CoreFoundation"
7     export CXXFLAGS="$CFLAGS"
8 schoenebeck 1172 source $PROJECT_DIR/autoconf_builder.sh

  ViewVC Help
Powered by ViewVC