Handle swc dependencies with different names.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5184 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Par Winzell
2008-06-13 16:37:25 +00:00
parent afee3d0b13
commit 242e38a472
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -196,6 +196,7 @@
<copy file="etc/thane-config.xml.in" tofile="${deploy.dir}/thane-config.xml">
<filterset>
<filter token="flex_sdk_dir" value="${flexsdk.dir}"/>
<filter token="extdep_suffix" value="${extdep.suffix}"/>
</filterset>
</copy>
<!-- Build Environment.as for the Flash Player -->
+1 -1
View File
@@ -42,7 +42,7 @@
<es>false</es>
<!-- compiler.external-library-path: list of SWC files or directories to compile against but to omit from linking-->
<external-library-path>
<path-element>lib/thane-0.0-SNAPSHOT.swc</path-element>
<path-element>lib/thane@extdep_suffix@.swc</path-element>
</external-library-path>
<fonts>
<!-- compiler.fonts.advanced-anti-aliasing: enables advanced anti-aliasing for embedded fonts, which provides greater clarity for small fonts.-->