From: <ka...@us...> - 2011-04-16 16:41:25
|
Revision: 3515 http://java-game-lib.svn.sourceforge.net/java-game-lib/?rev=3515&view=rev Author: kappa1 Date: 2011-04-16 16:41:19 +0000 (Sat, 16 Apr 2011) Log Message: ----------- ANT build : switch to using the 10.4 sdk instead of the 10.3 one for ppc builds Modified Paths: -------------- trunk/LWJGL/platform_build/macosx_ant/build.xml Modified: trunk/LWJGL/platform_build/macosx_ant/build.xml =================================================================== --- trunk/LWJGL/platform_build/macosx_ant/build.xml 2011-04-08 03:41:19 UTC (rev 3514) +++ trunk/LWJGL/platform_build/macosx_ant/build.xml 2011-04-16 16:41:19 UTC (rev 3515) @@ -43,7 +43,7 @@ <target name="nativelibrary" depends="init"> <property name="universal_sdkroot" location="/Developer/SDKs/MacOSX10.4u.sdk"/> - <property name="ppc_sdkroot" location="/Developer/SDKs/MacOSX10.3.9.sdk"/> + <property name="ppc_sdkroot" location="/Developer/SDKs/MacOSX10.4u.sdk"/> <property name="x86_64_sdkroot" location="/Developer/SDKs/MacOSX10.5.sdk"/> <property name="universal_flags" value="-isysroot ${universal_sdkroot}"/> <property name="ppc_flags" value="-isysroot ${ppc_sdkroot}"/> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |