diff options
Diffstat (limited to 'make/gl-gl2.cfg')
-rw-r--r-- | make/gl-gl2.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/gl-gl2.cfg b/make/gl-gl2.cfg index e739e84f8..5292375c1 100644 --- a/make/gl-gl2.cfg +++ b/make/gl-gl2.cfg @@ -1,6 +1,6 @@ # This .cfg file is used to generate the GL interface and implementing class. JavaOutputDir ../build/gensrc/classes -NativeOutputDir ../build/gensrc/native/jogl +NativeOutputDir ../build/gensrc/native/jogl/gl2 Package javax.media.opengl Style InterfaceAndImpl |