Advertisement
dominus

Untitled

Nov 19th, 2016
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. cd ~/code/git/Exult
  2. SDK=' -w -mmacosx-version-min=10.7 '
  3. export MACOSX_DEPLOYMENT_TARGET=10.7
  4. export PATH=/opt/local/bin/:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin
  5. export CC="/usr/bin/clang"
  6. export CXX="/usr/bin/clang++"
  7. export CPPFLAGS='-I/opt/local/include '$SDK
  8. export CFLAGS='-I/opt/local/include '$SDK
  9. export CXXFLAGS='-I/opt/local/include '$SDK
  10. export LDFLAGS='-L/opt/local/lib '$SDK
  11. export PKG_CONFIG_PATH="/opt/local/lib/pkgconfig"
  12. export PKG_CONFIG=/opt/local/bin/pkg-config
  13. export LIBTOOLFLAGS="--silent"
  14. ./autogen.sh > /dev/null
  15. ./configure --disable-oggtest --disable-vorbistest --enable-exult-studio-support --enable-macosx-studio-support --enable-exult-studio
  16. make clean > /dev/null
  17. make -j9 -s
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement