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:
Par Winzell
2008-06-13 03:39:26 +00:00
parent cfee03318b
commit b88cee2be7
5 changed files with 417 additions and 48 deletions
+1 -2
View File
@@ -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>