aboutsummaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
authorKenneth Russel <[email protected]>2006-08-09 22:58:15 +0000
committerKenneth Russel <[email protected]>2006-08-09 22:58:15 +0000
commit93dfeb74b546f7a00255a5922edb7cdb38d69ec4 (patch)
tree43bcf0dfe1fdfff9f038d93d2b448b648e8b6755 /make
parent296587bc1f777a79dd364d0b5e4a3a7ed825699a (diff)
Made GlueGen build.xml build the NativeLibrary native code on all
platforms by default git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/../svn-server-sync/gluegen/trunk@39 a78bb65f-1512-4460-ba86-f6dc96a7bf27
Diffstat (limited to 'make')
-rwxr-xr-xmake/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/build.xml b/make/build.xml
index 884c499..d44db60 100755
--- a/make/build.xml
+++ b/make/build.xml
@@ -511,7 +511,7 @@
</jar>
</target>
- <target name="build.nativelibrary" if="build.native" >
+ <target name="build.nativelibrary" unless="build.javaonly" >
<antcall target="c.build" inheritRefs="true" />
</target>