|
From: <ma...@us...> - 2006-07-11 21:46:50
|
Revision: 2489 Author: matzon Date: 2006-07-11 14:46:44 -0700 (Tue, 11 Jul 2006) ViewCVS: http://svn.sourceforge.net/java-game-lib/?rev=2489&view=rev Log Message: ----------- build natives into bin/<name> 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-11 21:45:33 UTC (rev 2488) +++ trunk/LWJGL/platform_build/linux_ant/build.xml 2006-07-11 21:46:44 UTC (rev 2489) @@ -1,7 +1,7 @@ <?xml version="1.0"?> -<project name="lwjgl native code, linux" basedir="../../bin" default="compile"> - <property name="native" location="../src/native"/> +<project name="lwjgl native code, linux" basedir="../../bin/lwjgl" default="compile"> + <property name="native" location="../../src/native"/> <property name="libname32" value="liblwjgl.so"/> <property name="libname64" value="liblwjgl64.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"/> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |