summaryrefslogtreecommitdiffstats
path: root/make/versions.xml
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2009-07-01 07:32:38 +0000
committerSven Gothel <[email protected]>2009-07-01 07:32:38 +0000
commit49846bce691962e926b81f9ec86336487f64505b (patch)
tree8e0c08b782a058ba481bb53b9c7a13b4f1e4a8cc /make/versions.xml
parent214e94847ac097e25fb82429e599357b090ba83e (diff)
- Fixed: JOGL Cg Dependencies ..
- Cg classes reside in jogl.cg.jar - Restrict native Cg library dependency only to the jogl cg library, which is loaded from the CgGL class only. - Tested Cg demos with and w/o Cg installation, tested regular GL demos with and w/o Cg installation. (Linux & MacOSX) - jogl/etc/profile.jogl - Changed invocation: $0 <JOGL-PROFILE> [jogl-build-dir] - Autodetects if used from within a autobuild directory - Added it to the autobuild zip file - Fixed: NativeWindow X11GraphicsScreen, adding missing Toolkit locks - Set RI to true ! git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/trunk@2009 232f8b59-042b-4e1e-8c03-345bb8c30851
Diffstat (limited to 'make/versions.xml')
-rw-r--r--make/versions.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/make/versions.xml b/make/versions.xml
index 75c035f5a..0ee07bfe0 100644
--- a/make/versions.xml
+++ b/make/versions.xml
@@ -19,6 +19,7 @@
official release builds and intermediate release builds, but
commented out for nightly builds. -->
<!-- <property name="jogl.ri" value="true" /> -->
+ <property name="jogl.ri" value="true" />
<!-- Base version of the NativeWindow interface, following the same
rules as above -->
@@ -30,6 +31,7 @@
official release builds and intermediate release builds, but
commented out for nightly builds. -->
<!-- <property name="nativewindow.ri" value="true" /> -->
+ <property name="nativewindow.ri" value="true" />
<!-- Base version of the Newt library, following the same
rules as above -->
@@ -42,5 +44,6 @@
official release builds and intermediate release builds, but
commented out for nightly builds. -->
<!-- <property name="newt.ri" value="true" /> -->
+ <property name="newt.ri" value="true" />
</project>