aboutsummaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
authorKenneth Russel <[email protected]>2003-07-15 06:10:13 +0000
committerKenneth Russel <[email protected]>2003-07-15 06:10:13 +0000
commit1ad0557911c2466a6943564528b31cc33f48851d (patch)
tree07725a1dfe84c780507d49a643816f0a9292a721 /make
parent8aa90c17b6d44515efee8abcc592b41c9ad854dc (diff)
Fixed issue 12: Better tracing output
Applied patches submitted by [email protected]. Added better dependence information for BuildComposablePipeline. git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/trunk@31 232f8b59-042b-4e1e-8c03-345bb8c30851
Diffstat (limited to 'make')
-rw-r--r--make/build.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/make/build.xml b/make/build.xml
index 7811a86b3..37ab9dbec 100644
--- a/make/build.xml
+++ b/make/build.xml
@@ -659,6 +659,7 @@
(the uptodate element doesn't support arbitrary source and destination files) -->
<dependset>
<srcfilelist dir="${classes}/net/java/games/jogl" files="GL.class" />
+ <srcfilelist dir="${classes}/net/java/games/gluegen/opengl" files="BuildComposablePipeline.class" />
<targetfileset dir="${src.generated.java}/net/java/games/jogl"
includes="DebugGL.java,TraceGL.java" />
</dependset>