aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsg215889 <[email protected]>2009-07-25 23:30:21 -0700
committersg215889 <[email protected]>2009-07-25 23:30:21 -0700
commit51981d1fdb8e8056db9bbba6f1714f2f4c1cd6bc (patch)
treece0ce39edb658536e62e33585e78fde4977b0e8d
parent0b7a4d59af3ec29740720c4c8d9b249efe06ff5f (diff)
Newt: useKD optional again; macosx jar fix
-rw-r--r--make/build-newt.xml8
1 files changed, 3 insertions, 5 deletions
diff --git a/make/build-newt.xml b/make/build-newt.xml
index 4895318e0..a28a3188f 100644
--- a/make/build-newt.xml
+++ b/make/build-newt.xml
@@ -98,9 +98,7 @@
</condition>
<condition property="useKD">
- <not>
- <isset property="${setup.noOpenGL}" />
- </not>
+ <isset property="${setup.useKD}" />
</condition>
<condition property="setup.nonatives">
@@ -710,7 +708,7 @@
</jar>
<jar manifest="tempversion" destfile="${newt.osx.jar}">
<fileset dir="${classes}"
- includes="${java.part.osx}"/>
+ includes="${java.part.macosx}"/>
</jar>
</target>
@@ -725,7 +723,7 @@
</jar>
<jar manifest="tempversion-cdc" destfile="${newt.osx.cdc.jar}">
<fileset dir="${classes-cdc}"
- includes="${java.part.osx}"/>
+ includes="${java.part.macosx}"/>
</jar>
</target>