aboutsummaryrefslogtreecommitdiffstats
path: root/make/jawt-win32.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'make/jawt-win32.cfg')
-rw-r--r--make/jawt-win32.cfg7
1 files changed, 4 insertions, 3 deletions
diff --git a/make/jawt-win32.cfg b/make/jawt-win32.cfg
index b4d5e8e39..a3ef041bc 100644
--- a/make/jawt-win32.cfg
+++ b/make/jawt-win32.cfg
@@ -3,8 +3,8 @@
Style AllStatic
Package com.sun.opengl.impl.awt
JavaClass JAWTFactory
-JavaOutputDir ..\build\gensrc\classes
-NativeOutputDir ..\build\gensrc\native\jogl
+JavaOutputDir ../build/gensrc/classes
+NativeOutputDir ../build/gensrc/native/jogl
HierarchicalNativeOutput false
@@ -22,7 +22,8 @@ CustomCCode #include <jawt.h>
Include intptr.cfg
import java.security.*
-StructPackage JAWT_Win32DrawingSurfaceInfo com.sun.opengl.impl.windows
+import com.sun.opengl.impl.awt.*
+StructPackage JAWT_Win32DrawingSurfaceInfo com.sun.opengl.impl.windows.awt
EmitStruct JAWT_Win32DrawingSurfaceInfo
Implements JAWT_Win32DrawingSurfaceInfo JAWT_PlatformInfo