diff options
author | Sven Gothel <[email protected]> | 2008-06-26 03:24:49 +0000 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2008-06-26 03:24:49 +0000 |
commit | 126dad53ff9cbc6581390952eadee8a5335cdcab (patch) | |
tree | 4795df59ce2d7b560129638e4ba0ad0ae275a452 /make/glu-es1_if.cfg | |
parent | 8b08ffff07711d42fa6df65990bd3218efaa308d (diff) |
1st cdcfp cleanup round
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/branches/JOGL_2_SANDBOX@1693 232f8b59-042b-4e1e-8c03-345bb8c30851
Diffstat (limited to 'make/glu-es1_if.cfg')
-rwxr-xr-x | make/glu-es1_if.cfg | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/make/glu-es1_if.cfg b/make/glu-es1_if.cfg index 666ab44a5..52029c4a5 100755 --- a/make/glu-es1_if.cfg +++ b/make/glu-es1_if.cfg @@ -1,5 +1,8 @@ # This .cfg file is used to generate the GLU implementation for OpenGL ES 1.0, # where it is pure Java. +JavaOutputDir ../build/gensrc/classes +NativeOutputDir ../build/gensrc/native/jogl + Style ImplOnly ImplPackage javax.media.opengl.glu ImplJavaClass GLU |