diff options
author | Morris Meyer <[email protected]> | 2009-07-27 14:34:40 -0400 |
---|---|---|
committer | Morris Meyer <[email protected]> | 2009-07-27 14:34:40 -0400 |
commit | 1b390d8cc911045e6cf8b581cc897b6da1f39f92 (patch) | |
tree | fa9b45cefe8905707b5878cbbda55af964c74482 /make/build-nativewindow.xml | |
parent | 90beaae660222f1fb5ca15313f8e4645d3fd30fe (diff) | |
parent | 30e7b4af033598ffea6ddff051aa937bb50e1ad9 (diff) |
Merge branch 'MIPS_PORT' of ssh://[email protected]/jogl~jogl-git into MIPS_PORT
Diffstat (limited to 'make/build-nativewindow.xml')
-rw-r--r-- | make/build-nativewindow.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/build-nativewindow.xml b/make/build-nativewindow.xml index e19d75ba2..e583d05a6 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> |