Add a classpath condition so Yohoho builds again. Oopsie.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5097 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -207,14 +207,18 @@
|
||||
|
||||
<!-- checks whether our Flash library needs building -->
|
||||
<target name="checkabclib">
|
||||
<condition property="no_build_abclib">
|
||||
<available property="asc.present"
|
||||
classname="macromedia.asc.embedding.ScriptCompiler" classpathref="classpath"/>
|
||||
<condition property="no_build_abclib"><or>
|
||||
<not><available classname="macromedia.asc.embedding.ScriptCompiler"
|
||||
classpathref="classpath"/></not>
|
||||
<uptodate targetfile="${deploy.dir}/${lib.name}lib.abc">
|
||||
<srcfiles dir="src/as" includes="**/*.as"/>
|
||||
<srcfiles dir="src/as" includes="**/Environment.as-tm"/>
|
||||
<srcfiles dir="etc" includes="asc-files.txt"/>
|
||||
<srcfiles dir="lib" includes="*.abc"/>
|
||||
</uptodate>
|
||||
</condition>
|
||||
</or></condition>
|
||||
</target>
|
||||
|
||||
<!-- builds our Flash library -->
|
||||
|
||||
Reference in New Issue
Block a user