aboutsummaryrefslogtreecommitdiffstats
path: root/make/build-nativewindow.xml
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2009-10-02 14:05:46 -0700
committerSven Gothel <[email protected]>2009-10-02 14:05:46 -0700
commit966fc409d440f6c4d0ff9dab38f0f83ada36735f (patch)
tree5cf708c7dae28176edbee47c6cf2cc57dc4fb06f /make/build-nativewindow.xml
parent9fd3c095ce2117c3cb67169c97531cac78ab04c4 (diff)
Allow custom user gluegen.compiler.xml ; NEWT: Example lib/gluegen.compiler.intelgdl.xml
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 -->