From: <sp...@us...> - 2011-07-11 22:21:46
|
Revision: 3569 http://java-game-lib.svn.sourceforge.net/java-game-lib/?rev=3569&view=rev Author: spasi Date: 2011-07-11 22:21:40 +0000 (Mon, 11 Jul 2011) Log Message: ----------- Added ASM to compilation classpath. Modified Paths: -------------- trunk/LWJGL/build.xml Modified: trunk/LWJGL/build.xml =================================================================== --- trunk/LWJGL/build.xml 2011-07-11 21:46:00 UTC (rev 3568) +++ trunk/LWJGL/build.xml 2011-07-11 22:21:40 UTC (rev 3569) @@ -404,7 +404,7 @@ <!-- Compiles the Java source code --> <target name="compile" description="Compiles the java source code" depends="-initialize"> - <javac debug="yes" destdir="${lwjgl.bin}" source="1.5" target="1.5" classpath="${lwjgl.lib}/jinput.jar:${lwjgl.lib}/AppleJavaExtensions.jar" taskname="core"> + <javac debug="yes" destdir="${lwjgl.bin}" source="1.5" target="1.5" classpath="${lwjgl.lib}/jinput.jar:${lwjgl.lib}/AppleJavaExtensions.jar;${lwjgl.lib}/asm.jar;${lwjgl.lib}/asm-util.jar" taskname="core"> <!--<compilerarg value="-Xlint:unchecked"/>--> <src path="${lwjgl.src}/java/"/> <src path="${lwjgl.src}/generated/"/> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |