Now that third parties can actually build our ActionScript code, let's let them know how to do it.

git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@1005 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
Michael Bayne
2010-11-18 21:18:01 +00:00
parent 2e132d0851
commit 768b8de487
+5 -1
View File
@@ -88,8 +88,12 @@
</uptodate>
</or></condition>
</target>
<target name="-noteaslib" if="no_build_aslib"><echo>
NOTE: not building ActionScript library. Pass -Dflexsdk.dir=DIR to
activate ActionScript library build.
</echo></target>
<target name="aslib" unless="no_rebuild_aslib" depends="-checkaslib"
<target name="aslib" unless="no_rebuild_aslib" depends="-checkaslib,-noteaslib"
description="Builds the ActionScript code">
<!-- TODO: these don't seem to be needed for the ActionScript library
build, why are/where they here -->