summaryrefslogtreecommitdiffstats
path: root/make/build-jogl.xml
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2023-03-10 03:11:24 +0100
committerSven Gothel <[email protected]>2023-03-10 03:11:24 +0100
commit3131eaaf5272ca3f0011e334eb08c6ba68702a6c (patch)
tree73f2e61e9986d2b72cad12ddc2b6cd5193e53028 /make/build-jogl.xml
parent52e4bc6cd4ace3fdf7ccaf790566500670709a44 (diff)
GraphUI: Promote API to JOGL via graphui.jar or within any jogl-all*.jar (WIP)
Root package is 'com.jogamp.graph.ui.gl', i.e. a sub-package of Graph denoting UI and OpenGL usage. Implementation will stay small, hence relative files size costs are minimal. Source and build is in parallel to nativewindow, jogl and newt and has a dependency to all of them. The NEWT dependencies are merely the input listener ..
Diffstat (limited to 'make/build-jogl.xml')
-rw-r--r--make/build-jogl.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/build-jogl.xml b/make/build-jogl.xml
index 7a08abe56..ed5919b94 100644
--- a/make/build-jogl.xml
+++ b/make/build-jogl.xml
@@ -1205,7 +1205,7 @@
</javac>
</target>
- <!-- Perform the second pass Java compile; everything except portion of fixed function emulation depending on generated code. -->
+ <!-- Perform the second pass Java compile; everything except portion of fixed function emulation depending on generated code. -->
<target name="java.compile.secondpass" depends="java.generate.composable.pipeline, java.compile.secondpass.openal, java.compile.secondpass.javase, java.compile.secondpass.android" />
<target name="java.compile.thirdpass.javase">