Reordered files for narya asc build to fixed static init crash. Also moved the Environment.as out of the auto-generated files since it had to be manually reinserted each time

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5144 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Jamie Doornbos
2008-05-30 06:27:53 +00:00
parent 783ceaf951
commit 73b52b1e5f
4 changed files with 3 additions and 3 deletions
+1
View File
@@ -229,6 +229,7 @@
<include name="builtin.abc"/>
<include name="thane.abc"/>
</import>
<in dir="src/as" includes="com/threerings/util/env/Environment.as"/>
<in dir="src/as"><includesfile name="etc/asc-files-00.txt"/></in>
<in dir="src/as"><includesfile name="etc/asc-files-01.txt"/></in>
<in dir="src/as"><includesfile name="etc/asc-files-02.txt"/></in>
-1
View File
@@ -1,3 +1,2 @@
com/threerings/util/env/Environment.as
com/threerings/util/Log.as
com/threerings/presents/dobj/DEvent.as
+2 -1
View File
@@ -8,8 +8,10 @@ com/threerings/presents/net/Credentials.as
com/threerings/presents/data/InvocationMarshaller.as
com/threerings/presents/util/PresentsContext.as
com/threerings/crowd/chat/client/CommandHandler.as
com/threerings/util/HashMap.as
com/threerings/presents/client/InvocationService_InvocationListener.as
com/threerings/presents/client/InvocationAdapter.as
com/threerings/presents/data/Permission.as
com/threerings/presents/data/InvocationMarshaller_ListenerMarshaller.as
com/threerings/crowd/chat/data/SystemMessage.as
com/threerings/crowd/chat/data/UserMessage.as
@@ -25,4 +27,3 @@ com/threerings/presents/dobj/MessageEvent.as
com/threerings/presents/net/UpstreamMessage.as
com/threerings/presents/net/DownstreamMessage.as
com/threerings/util/Equalable.as
com/threerings/util/HashMap.as
-1
View File
@@ -95,7 +95,6 @@ com/threerings/presents/data/AuthCodes.as
com/threerings/presents/data/ConMgrStats.as
com/threerings/presents/data/InvocationMarshaller_ConfirmMarshaller.as
com/threerings/presents/data/InvocationMarshaller_ResultMarshaller.as
com/threerings/presents/data/Permission.as
com/threerings/presents/data/PermissionPolicy.as
com/threerings/presents/data/TimeBaseMarshaller.as
com/threerings/presents/data/TimeBaseMarshaller_GotTimeBaseMarshaller.as