Stop switching different source files into Environment.as's place. Instead build tiny swc's with the player-specific Environment.as and the thane-specific one. Then compile naryalib.swc with one of these tiny swc's as an external library. When we compile the final executables we'll do a inclusive linking to get the right implementation into place.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5182 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
+1
-2
@@ -16,7 +16,6 @@
|
||||
<include name="retroweaver-all-1.2.2.jar"/>
|
||||
<include name="samskivert.jar"/>
|
||||
<include name="velocity-1.5-dev.jar"/>
|
||||
<include name="tamarin-builtin*.abc"/>
|
||||
<include name="thane*.abc"/>
|
||||
<include name="thane*.swc"/>
|
||||
</fileset>
|
||||
</project>
|
||||
|
||||
Reference in New Issue
Block a user