|
From: <ka...@us...> - 2012-01-13 00:53:50
|
Revision: 3724
http://java-game-lib.svn.sourceforge.net/java-game-lib/?rev=3724&view=rev
Author: kappa1
Date: 2012-01-13 00:53:43 +0000 (Fri, 13 Jan 2012)
Log Message:
-----------
Weakly link the AppKit framework in an attempt to allow 10.5 compatibility again.
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 2012-01-13 00:40:43 UTC (rev 3723)
+++ trunk/LWJGL/platform_build/macosx_ant/build.xml 2012-01-13 00:53:43 UTC (rev 3724)
@@ -35,7 +35,7 @@
<target name="link">
<apply dir="${objdir}" parallel="true" executable="${linker}" os="Mac OS X" failonerror="true" skipemptyfilesets="true">
- <arg line="${linkerflags} -exported_symbols_list ../lwjgl.symbols -dynamiclib -o ${libname} -framework Foundation -framework AppKit -framework JavaVM -framework Carbon -framework OpenGL -framework QuartzCore -framework JavaNativeFoundation -F/System/Library/Frameworks/JavaVM.framework/Frameworks"/>
+ <arg line="${linkerflags} -exported_symbols_list ../lwjgl.symbols -dynamiclib -o ${libname} -framework Foundation -weak_framework AppKit -framework JavaVM -framework Carbon -framework OpenGL -framework QuartzCore -framework JavaNativeFoundation -F/System/Library/Frameworks/JavaVM.framework/Frameworks"/>
<fileset dir="${objdir}" includes="*.o"/>
</apply>
<apply dir="${objdir}" executable="strip" os="Mac OS X" failonerror="true">
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|