aboutsummaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
authorKenneth Russel <[email protected]>2009-06-16 20:41:53 +0000
committerKenneth Russel <[email protected]>2009-06-16 20:41:53 +0000
commit5ca942d926199a4c6a453a8513154e107e15d7c7 (patch)
treed6493efdb9b4edc047b2cb03a495e3a1dd6e9edb /make
parentbabc22a6d1a2b9802282407a5adce03957ba052c (diff)
Attempt to fix build of Cg binding
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/trunk@1964 232f8b59-042b-4e1e-8c03-345bb8c30851
Diffstat (limited to 'make')
-rw-r--r--make/build-jogl.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/make/build-jogl.xml b/make/build-jogl.xml
index e4d1daab2..eb265765e 100644
--- a/make/build-jogl.xml
+++ b/make/build-jogl.xml
@@ -297,6 +297,10 @@
<property name="java.excludes.all" value="${java.excludes.fixme} ${java.excludes.egl}, ${java.excludes.gl2}, ${java.excludes.gl3}, ${java.excludes.es1}, ${java.excludes.es2}, ${java.excludes.awt}, ${java.excludes.glugl2}, ${java.excludes.util}, ${java.excludes.x11}, ${java.excludes.win}, ${java.excludes.macosx}, ${java.excludes.cdcfp}" />
<echo message="java.excludes.all: ${java.excludes.all}" />
+ <!-- Cg determination -->
+ <condition property="c.compiler.use-cglib">
+ <isset property="jogl.cg" />
+ </condition>
<!-- Set the project root directory to be up one directory. -->
<property name="project.root" value=".." />