[Scummvm-cvs-logs] SF.net SVN: scummvm:[56195] buildbot/config/master.cfg

wjpalenstijn at users.sourceforge.net wjpalenstijn at users.sourceforge.net
Sun Nov 20 12:08:46 CET 2011


Revision: 56195
          http://scummvm.svn.sourceforge.net/scummvm/?rev=56195&view=rev
Author:   wjpalenstijn
Date:     2011-11-20 11:08:44 +0000 (Sun, 20 Nov 2011)
Log Message:
-----------
BUILDBOT: Add C++ include paths to iphone buildbot config

Modified Paths:
--------------
    buildbot/config/master.cfg

Modified: buildbot/config/master.cfg
===================================================================
--- buildbot/config/master.cfg	2011-11-18 18:16:08 UTC (rev 56194)
+++ buildbot/config/master.cfg	2011-11-20 11:08:44 UTC (rev 56195)
@@ -286,7 +286,7 @@
 scumm_env_iphone = copy.deepcopy(scumm_env)
 scumm_env_iphone["PATH"] = "%s/bin:%s" % (scumm_root_iphone, DEFAULT_PATH)
 scumm_env_iphone["CXX"] = "ccache arm-apple-darwin9-g++"
-scumm_env_iphone["CXXFLAGS"] = "-isystem %s/include" % scumm_libdir_iphone
+scumm_env_iphone["CXXFLAGS"] = "-isystem %s/include -isystem %s/SDK/usr/include/c++/4.0.0/ -isystem %s/SDK/usr/include/c++/4.0.0/arm-apple-darwin9" % (scumm_libdir_iphone, scumm_root_iphone, scumm_root_iphone )
 scumm_env_iphone["LDFLAGS"] = "-F%s/SDK/System/Library/PrivateFrameworks -bind_at_load -L%s/lib" % (scumm_root_iphone, scumm_libdir_iphone)
 scumm_env_iphone["LIBDIR"] = scumm_libdir_iphone
 scumm_env_iphone["CODESIGN_ALLOCATE"] = "/opt/toolchains/arm-apple-darwin9-llvm-gcc-4.2/bin/arm-apple-darwin9-codesign_allocate"

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.





More information about the Scummvm-git-logs mailing list