aboutsummaryrefslogtreecommitdiffstats
path: root/make/build-nativewindow.xml
diff options
context:
space:
mode:
authorWade Walker <[email protected]>2018-12-29 10:05:58 -0600
committerSven Gothel <[email protected]>2019-08-19 09:06:37 +0200
commit63e31d05ad9f1df99663997c2f04ad086f29c8fc (patch)
treeafb7a491e73987d34da0579ad52ff221a19a4cef /make/build-nativewindow.xml
parent229adcb91ecb47391b93bb1c36453262acf70ff6 (diff)
Removed remaining bootclasspath and javah; build now works on Windows 10
(sgothel: This cherry picked merge will be refined) Also removed a couple of duplicate "source" tags in javac tasks.
Diffstat (limited to 'make/build-nativewindow.xml')
-rw-r--r--make/build-nativewindow.xml3
1 files changed, 0 insertions, 3 deletions
diff --git a/make/build-nativewindow.xml b/make/build-nativewindow.xml
index 181d89196..bbff2c9cb 100644
--- a/make/build-nativewindow.xml
+++ b/make/build-nativewindow.xml
@@ -122,8 +122,6 @@
<!-- The compiler output directories. -->
<property name="classes" value="${build.nativewindow}/classes" />
- <property name="javah.classpath" value="${gluegen-rt.jar}:${classes}" />
-
<!-- The headers from which Java files are generated -->
<dirset id="stub.includes.fileset.all" dir=".">
<include name="${stub.includes}/macosx/**" />
@@ -407,7 +405,6 @@
encoding="UTF-8"
source="${target.sourcelevel}"
target="${target.targetlevel}"
- bootclasspath="${target.rt.jar}"
debug="${javacdebug}" debuglevel="${javacdebuglevel}">
<classpath refid="swt_gluegen.classpath"/>
<src path="${src.java}" />