diff options
Diffstat (limited to 'make/wglext.cfg')
-rw-r--r-- | make/wglext.cfg | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/make/wglext.cfg b/make/wglext.cfg index 346f56148..f4a21ab03 100644 --- a/make/wglext.cfg +++ b/make/wglext.cfg @@ -1,5 +1,8 @@ # This .cfg file is used to generate the interface and implementing # class for the WGL extensions. +JavaOutputDir ../build/gensrc/classes +NativeOutputDir ../build/gensrc/native/jogl/Windows + Package com.sun.opengl.impl.windows.wgl Style InterfaceAndImpl JavaClass WGLExt |