diff options
Diffstat (limited to 'make/wglext.cfg')
-rw-r--r-- | make/wglext.cfg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/make/wglext.cfg b/make/wglext.cfg index fa269d9b0..21ad0936d 100644 --- a/make/wglext.cfg +++ b/make/wglext.cfg @@ -1,7 +1,7 @@ # 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 +JavaOutputDir gensrc/classes +NativeOutputDir gensrc/native/jogl/Windows Package com.sun.opengl.impl.windows.wgl Style InterfaceAndImpl |