From: <ma...@us...> - 2008-09-15 11:34:39
|
Revision: 3128 http://java-game-lib.svn.sourceforge.net/java-game-lib/?rev=3128&view=rev Author: matzon Date: 2008-09-15 18:34:21 +0000 (Mon, 15 Sep 2008) Log Message: ----------- solaris support Modified Paths: -------------- trunk/LWJGL/applet/appletloader.html Modified: trunk/LWJGL/applet/appletloader.html =================================================================== --- trunk/LWJGL/applet/appletloader.html 2008-09-15 18:28:47 UTC (rev 3127) +++ trunk/LWJGL/applet/appletloader.html 2008-09-15 18:34:21 UTC (rev 3128) @@ -32,6 +32,9 @@ <!-- signed mac osx natives jar in a jar --> <param name="al_mac" value="macosx_natives.jar.lzma"> + + <!-- signed solaris natives jar in a jar --> + <param name="al_solaris" value="solaris_natives.jar.lzma"> <!-- Tags under here are optional --> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |