diff options
author | Chien Yang <[email protected]> | 2007-01-11 19:30:28 +0000 |
---|---|---|
committer | Chien Yang <[email protected]> | 2007-01-11 19:30:28 +0000 |
commit | e14139f1321e6b7fb60e8f5a2642a87ee277ac0c (patch) | |
tree | 89f8678369ddfd95dd6b7403656d39c1016017f9 /src/native | |
parent | d0a09b5d1acee7803235922335fb0f54a26eccb5 (diff) |
Enable javaonly build on dist target. macosx is now part of daily build.
git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@769 ba19aa83-45c5-6ac9-afd3-db810772062c
Diffstat (limited to 'src/native')
-rw-r--r-- | src/native/build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/native/build.xml b/src/native/build.xml index b458a28..9da7e90 100644 --- a/src/native/build.xml +++ b/src/native/build.xml @@ -396,7 +396,7 @@ <ant antfile="build-${platform}.xml" dir="${build.rend}" target="compile"/> </target> - <target name="dist"> + <target name="dist" unless="build.javaonly"> <ant antfile="build-${platform}.xml" dir="${build.rend}" target="dist"/> <chmod dir="${dist}/${platform}" perm="755" includes="**/*.dll, **/*.so"/> </target> |