aboutsummaryrefslogtreecommitdiffstats
path: root/make/build-oculusvr.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-oculusvr.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-oculusvr.xml')
-rw-r--r--make/build-oculusvr.xml2
1 files changed, 0 insertions, 2 deletions
diff --git a/make/build-oculusvr.xml b/make/build-oculusvr.xml
index 2fa7b16fa..b8dda8413 100644
--- a/make/build-oculusvr.xml
+++ b/make/build-oculusvr.xml
@@ -191,7 +191,6 @@
encoding="UTF-8"
source="${target.sourcelevel}"
target="${target.targetlevel}"
- bootclasspath="${target.rt.jar}"
debug="${javacdebug}" debuglevel="${javacdebuglevel}">
<classpath refid="nativewindow_gluegen.classpath"/>
<src path="${src.java}" />
@@ -206,7 +205,6 @@
encoding="UTF-8"
source="${target.sourcelevel}"
target="${target.targetlevel}"
- bootclasspath="${target.rt.jar}"
debug="${javacdebug}" debuglevel="${javacdebuglevel}">
<classpath refid="jogl_nativewindow_gluegen.classpath"/>
<src path="${src.java}" />