diff options
Diffstat (limited to 'make/egl.cfg')
-rwxr-xr-x | make/egl.cfg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/make/egl.cfg b/make/egl.cfg index 9733114f2..2ba4addd5 100755 --- a/make/egl.cfg +++ b/make/egl.cfg @@ -1,8 +1,8 @@ # This .cfg file is used to generate the interface to the EGL routines # used internally by the EGLContext implementation. Package com.sun.opengl.impl.egl -JavaOutputDir ..\build\gensrc\classes -NativeOutputDir ..\build\gensrc\native\jogl +JavaOutputDir ../build/gensrc/classes +NativeOutputDir ../build/gensrc/native/jogl JavaClass EGL Style allstatic # Shouldn't matter which one of these we pick up |