From: <eli...@us...> - 2006-11-14 09:32:11
|
Revision: 2644 http://svn.sourceforge.net/java-game-lib/?rev=2644&view=rev Author: elias_naur Date: 2006-11-14 01:32:04 -0800 (Tue, 14 Nov 2006) Log Message: ----------- buid.xml: Remove env.AL requirement from optionals build Modified Paths: -------------- trunk/LWJGL/build.xml Modified: trunk/LWJGL/build.xml =================================================================== --- trunk/LWJGL/build.xml 2006-11-14 09:20:24 UTC (rev 2643) +++ trunk/LWJGL/build.xml 2006-11-14 09:32:04 UTC (rev 2644) @@ -748,7 +748,6 @@ <!-- check for required properties --> <property environment="env"/> - <fail message="Missing AL path environment property" unless="env.AL"/> <fail message="Missing FMOD path environment property" unless="env.FMOD"/> <exec executable="make" dir="${lwjgl.src.native}/common/devil"> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |