diff options
-rw-r--r-- | make/build-jogl.xml | 2 | ||||
-rw-r--r-- | make/build-nativewindow.xml | 2 | ||||
-rw-r--r-- | make/build-newt.xml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/make/build-jogl.xml b/make/build-jogl.xml index c48745da7..b23aee60c 100644 --- a/make/build-jogl.xml +++ b/make/build-jogl.xml @@ -75,7 +75,7 @@ <!-- - Base initialization and detection of operating system. --> - <target name="base.init"> + <target name="base.init" depends="gluegen.cpptasks.detect.os"> <condition property="setup.noAWT"> <and> diff --git a/make/build-nativewindow.xml b/make/build-nativewindow.xml index 79e6b93ae..fa1dfe696 100644 --- a/make/build-nativewindow.xml +++ b/make/build-nativewindow.xml @@ -66,7 +66,7 @@ <!-- - Base initialization and detection of operating system. --> - <target name="base.init"> + <target name="base.init" depends="gluegen.cpptasks.detect.os"> <condition property="setup.noAWT"> <and> diff --git a/make/build-newt.xml b/make/build-newt.xml index a28a3188f..fc8bd1f00 100644 --- a/make/build-newt.xml +++ b/make/build-newt.xml @@ -69,7 +69,7 @@ <!-- - Base initialization and detection of operating system. --> - <target name="base.init"> + <target name="base.init" depends="gluegen.cpptasks.detect.os"> <property name="javac.bootclasspath-cdc.jar" value="../../gluegen/make/lib/cdc_fp.jar"/> |