aboutsummaryrefslogtreecommitdiffstats
path: root/make/build-nativewindow.xml
diff options
context:
space:
mode:
Diffstat (limited to 'make/build-nativewindow.xml')
-rw-r--r--make/build-nativewindow.xml5
1 files changed, 1 insertions, 4 deletions
diff --git a/make/build-nativewindow.xml b/make/build-nativewindow.xml
index ce7081464..2e3c431ec 100644
--- a/make/build-nativewindow.xml
+++ b/make/build-nativewindow.xml
@@ -59,9 +59,6 @@
<property name="gluegen.root" value="../../gluegen" />
<import file="${gluegen.root}/make/gluegen-cpptasks.xml" />
- <available file="${user.home}/nativewindow.compiler.xml" property="nwi.compiler.present"/>
- <import file="${user.home}/nativewindow.compiler.xml" optional="true" />
-
<!-- ================================================================== -->
<!--
- Base initialization and detection of operating system.
@@ -473,7 +470,7 @@
- Compile the native C code for JOGL (and optionally the Cg binding).
-->
- <target name="c.configure.1" depends="gluegen.cpptasks.detect.os,gluegen.cpptasks.setup.compiler" unless="nativewindow.compiler.present">
+ <target name="c.configure.1" depends="gluegen.cpptasks.detect.os,gluegen.cpptasks.setup.compiler">
<!-- compiler configuration -->
<!-- Note that we can use the base setups in the gluegen-cpptasks for most of these -->