|
From: <eli...@us...> - 2006-07-11 12:22:47
|
Revision: 2469 Author: elias_naur Date: 2006-07-11 05:22:14 -0700 (Tue, 11 Jul 2006) ViewCVS: http://svn.sourceforge.net/java-game-lib/?rev=2469&view=rev Log Message: ----------- Linux: don't use static linking for 64 bit builds Modified Paths: -------------- trunk/LWJGL/platform_build/linux_ant/build.xml Modified: trunk/LWJGL/platform_build/linux_ant/build.xml =================================================================== --- trunk/LWJGL/platform_build/linux_ant/build.xml 2006-07-10 22:26:39 UTC (rev 2468) +++ trunk/LWJGL/platform_build/linux_ant/build.xml 2006-07-11 12:22:14 UTC (rev 2469) @@ -4,7 +4,7 @@ <property name="native" location="../src/native"/> <property name="libname" value="liblwjgl.so"/> <property name="libs32" value="-L/usr/X11R6/lib -L/usr/X11/lib -lm -lX11 -lXext -lpthread -L${java.home}/lib/i386 -ljawt -Wl,-static,-lXxf86vm,-lXcursor,-lXrender,-lXrandr,-lXfixes,-call_shared"/> - <property name="libs64" value="-L/usr/X11R6/lib64 -L/usr/X11/lib64 -lm -lX11 -lXext -lpthread -L${java.home}/lib/amd64 -ljawt -Wl,-static,-lXxf86vm,-lXcursor,-lXrender,-lXrandr,-lXfixes,-call_shared"/> + <property name="libs64" value="-L/usr/X11R6/lib64 -L/usr/X11/lib64 -lm -lX11 -lXext -lpthread -L${java.home}/lib/amd64 -ljawt -lXxf86vm -lXcursor -lXrender -lXrandr -lXfixes"/> <property name="cflags" value="-O2 -Wall -c -fPIC -std=c99 -pthread"/> <target name="clean"> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |