diff options
author | Kenneth Russel <[email protected]> | 2005-05-10 22:54:01 +0000 |
---|---|---|
committer | Kenneth Russel <[email protected]> | 2005-05-10 22:54:01 +0000 |
commit | fbffa214f9a430a780667718698682124f18717c (patch) | |
tree | 9676899adfc109601926cc0b299d7751284cbee6 | |
parent | 7da326380ca234d31627c5eaa8e7eacd3bfb8a4d (diff) |
Added Solaris/x86 support to build.xml
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/trunk@268 232f8b59-042b-4e1e-8c03-345bb8c30851
-rw-r--r-- | make/build.xml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/make/build.xml b/make/build.xml index 604c33849..8ff9e12ea 100644 --- a/make/build.xml +++ b/make/build.xml @@ -1013,11 +1013,9 @@ <jar destfile="${jogl.dist.dir}/jogl-natives-solsparc.jar" basedir="${jogl.dist.dir}/jogl-solsparc" includes="libjogl.so" /> - <!-- Note: Solaris/x86 elided for now as it requires Mesa to - be installed --> - <!-- jar destfile="${jogl.dist.dir}/jogl-natives-solx86.jar" + <jar destfile="${jogl.dist.dir}/jogl-natives-solx86.jar" basedir="${jogl.dist.dir}/jogl-solx86" - includes="libjogl.so" --> + includes="libjogl.so" /> <!-- Build a source archive as well --> <zip destfile="${jogl.dist.dir}/jogl-src.zip" basedir="../.." |