/[svn]/gigedit/branches/release0_2_0/osx/wrapper.sh
ViewVC logotype

Annotation of /gigedit/branches/release0_2_0/osx/wrapper.sh

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1963 - (hide annotations) (download) (as text)
Fri Jul 31 10:58:39 2009 UTC (14 years, 9 months ago) by (unknown author)
File MIME type: application/x-sh
File size: 525 byte(s)
This commit was manufactured by cvs2svn to create branch 'release0_2_0'.
1 nagata 1641 export WITH_INSTALL=1
2     export BUILD_BASE_DIR=$PWD/../temp_build
3     export CONFIG_OPTIONS="--disable-shared"
4     export CFLAGS="-I$BUILD_BASE_DIR/$BUILD_STYLE/local/include -framework CoreFoundation -Wl,-headerpad_max_install_names"
5     export CXXFLAGS=$CFLAGS
6     export PKG_CONFIG_PATH="/opt/local/lib/pkgconfig:$BUILD_BASE_DIR/$BUILD_STYLE/local/lib/pkgconfig"
7     export HAVE_UNIX98=1
8     export UB_PRODUCTS=bin/gigedit
9     export GMSGFMT="msgfmt"
10     PATH=/opt/local/sbin:/opt/local/bin:$PATH # To use MacPorts
11     source $PROJECT_DIR/autoconf_builder.sh

  ViewVC Help
Powered by ViewVC