diff options
author | Sven Gothel <[email protected]> | 2011-12-18 04:22:08 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-12-18 04:22:08 +0100 |
commit | 5ae7fe56614cb8abaf389f945cec2ba1db262479 (patch) | |
tree | 8dfe8c7d79797626f82985e89046ecad2f58d53c /make/build-nativewindow.xml | |
parent | d70ba0240cb46cb72c4340fca822178a5a28cc12 (diff) |
JOGL junit.run: Add 32bit tests for OSX (fat binaries)
Diffstat (limited to 'make/build-nativewindow.xml')
-rw-r--r-- | make/build-nativewindow.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/make/build-nativewindow.xml b/make/build-nativewindow.xml index 57647ef65..7a06cef31 100644 --- a/make/build-nativewindow.xml +++ b/make/build-nativewindow.xml @@ -245,7 +245,9 @@ config="${jawt.cfg}" includeRefid="stub.includes.fileset.platform" literalInclude="${stub.includes.gluegen.gg}, ${stub.includes}/jni" - emitter="com.jogamp.gluegen.JavaEmitter"> + emitter="com.jogamp.gluegen.JavaEmitter" + debug="false" + dumpCPP="false"> <classpath refid="gluegen.classpath" /> </gluegen> </target> @@ -286,7 +288,7 @@ <param name="jawt.platform.header" value="${stub.includes}/jni/win32/jawt_md.h" /> </antcall> - <echo message="Generating platform-specifics: MaxOsX" /> + <echo message="Generating platform-specifics: MacOSX" /> <antcall target="java.generate.platforms" inheritRefs="true"> <param name="window.os.system" value="macosx"/> <param name="jawt.cfg" value="${config.nativewindow}/jawt-macosx.cfg" /> |