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:
@@ -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 -->
|
||||
|
||||
Reference in New Issue
Block a user