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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1641 - (show annotations) (download) (as text)
Sun Jan 13 16:31:45 2008 UTC (16 years, 2 months ago) by nagata
File MIME type: application/x-sh
File size: 525 byte(s)
* OSX Xcode project files are added (directory osx)

1 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