diff options
author | Sven Gothel <[email protected]> | 2008-06-24 20:08:47 +0000 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2008-06-24 20:08:47 +0000 |
commit | 381d6874d9a9d944e91952509212ce16cd054a26 (patch) | |
tree | bd945343235ede4e64430fc5a118b4ef0efaa917 /make/jawt-win32.cfg | |
parent | a8d2e240c2d843562500b68bb3f0f4434044f2f1 (diff) |
generate OS dependent native code in a separate directory
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/branches/JOGL_2_SANDBOX@1673 232f8b59-042b-4e1e-8c03-345bb8c30851
Diffstat (limited to 'make/jawt-win32.cfg')
-rw-r--r-- | make/jawt-win32.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/jawt-win32.cfg b/make/jawt-win32.cfg index a3ef041bc..8a7f769e3 100644 --- a/make/jawt-win32.cfg +++ b/make/jawt-win32.cfg @@ -4,7 +4,7 @@ Style AllStatic Package com.sun.opengl.impl.awt JavaClass JAWTFactory JavaOutputDir ../build/gensrc/classes -NativeOutputDir ../build/gensrc/native/jogl +NativeOutputDir ../build/gensrc/native/jogl/Windows HierarchicalNativeOutput false |