diff options
author | Sven Gothel <[email protected]> | 2010-06-02 04:16:28 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-06-02 04:16:28 +0200 |
commit | ede9386de45b63f46c206aaed27ddeafe8fe96fa (patch) | |
tree | 03e7fd411df81419907697797ae240db3c8ec2b4 /make | |
parent | d94115b3d72ec556371e6d09c2967345662fc781 (diff) |
NEWT/MacOSX: First Changes towards general NEWT/AWT solution (incomplete).
- Excluding MacOSX build from CDC build
- If MainThread is not running, use AWT's EDT thread
- Execute most MacWindow tasks directly.
Diffstat (limited to 'make')
-rw-r--r-- | make/build-newt.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/build-newt.xml b/make/build-newt.xml index 2cb848588..0d9ee2118 100644 --- a/make/build-newt.xml +++ b/make/build-newt.xml @@ -122,7 +122,7 @@ <isset property="setup.noOpenGL"/> </condition> - <property name="java.excludes.cdcfp" value="${java.part.awt}"/> + <property name="java.excludes.cdcfp" value="${java.part.awt}, com/jogamp/newt/impl/macosx/*"/> <condition property="java.excludes.desktop" value="${java.part.x11} ${java.part.windows}, ${java.part.macosx}, ${java.part.awt}"> |