From a3d18843403412b1fef2322f91bf30c4a4719e73 Mon Sep 17 00:00:00 2001 From: Par Winzell Date: Fri, 9 May 2008 23:07:33 +0000 Subject: [PATCH] More ugly changes because of Tamarin's immaturity. We're switching to the 'Main' frontend of ASC, which means we have to manually arrange the etc/asc-files.txt lines in the correct dependency order. This compiler also lacks an -outdir options, so we have to do a ridiculous at the end. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5070 542714f4-19e9-0310-aa3c-eee0fc999fb1 --- build.xml | 11 +++++------ etc/asc-files.txt | 17 ++++++++--------- 2 files changed, 13 insertions(+), 15 deletions(-) diff --git a/build.xml b/build.xml index 307381fab..99b94c7c4 100644 --- a/build.xml +++ b/build.xml @@ -221,11 +221,11 @@ tofile="src/as/com/threerings/util/env/Environment.as"/> - + - + @@ -235,12 +235,11 @@ - - - - + + diff --git a/etc/asc-files.txt b/etc/asc-files.txt index 7723e8abe..3e531f9f3 100644 --- a/etc/asc-files.txt +++ b/etc/asc-files.txt @@ -6,7 +6,6 @@ com/threerings/util/Cloneable.as com/threerings/util/Comparable.as com/threerings/util/Comparators.as com/threerings/util/Equalable.as -com/threerings/util/env/Environment.as com/threerings/util/Float.as com/threerings/util/HashMap.as com/threerings/util/Hashable.as @@ -48,6 +47,7 @@ com/threerings/io/streamers/ShortStreamer.as com/threerings/io/streamers/StringStreamer.as com/threerings/io/Translations.as com/threerings/io/TypedArray.as +com/threerings/presents/client/InvocationAdapter.as com/threerings/presents/client/BasicDirector.as com/threerings/presents/client/Client.as com/threerings/presents/client/ClientAdapter.as @@ -56,7 +56,6 @@ com/threerings/presents/client/ClientEvent.as com/threerings/presents/client/ClientObserver.as com/threerings/presents/client/Communicator.as com/threerings/presents/client/ConfirmAdapter.as -com/threerings/presents/client/InvocationAdapter.as com/threerings/presents/client/InvocationDecoder.as com/threerings/presents/client/InvocationDirector.as com/threerings/presents/client/InvocationReceiver.as @@ -71,13 +70,16 @@ com/threerings/presents/client/ServerSwitcher.as com/threerings/presents/client/SessionObserver.as com/threerings/presents/client/TimeBaseService.as com/threerings/presents/client/TimeBaseService_GotTimeBaseListener.as +com/threerings/presents/dobj/DEvent.as +com/threerings/presents/dobj/NamedEvent.as +com/threerings/presents/dobj/DObject.as com/threerings/presents/data/AuthCodes.as com/threerings/presents/data/ClientObject.as com/threerings/presents/data/ConMgrStats.as com/threerings/presents/data/InvocationCodes.as com/threerings/presents/data/InvocationMarshaller.as -com/threerings/presents/data/InvocationMarshaller_ConfirmMarshaller.as com/threerings/presents/data/InvocationMarshaller_ListenerMarshaller.as +com/threerings/presents/data/InvocationMarshaller_ConfirmMarshaller.as com/threerings/presents/data/InvocationMarshaller_ResultMarshaller.as com/threerings/presents/data/TimeBaseMarshaller.as com/threerings/presents/data/TimeBaseMarshaller_GotTimeBaseMarshaller.as @@ -85,12 +87,10 @@ com/threerings/presents/dobj/AttributeChangeListener.as com/threerings/presents/dobj/AttributeChangedEvent.as com/threerings/presents/dobj/ChangeListener.as com/threerings/presents/dobj/CompoundEvent.as -com/threerings/presents/dobj/DEvent.as -com/threerings/presents/dobj/DObject.as com/threerings/presents/dobj/DObjectManager.as com/threerings/presents/dobj/DSet.as -com/threerings/presents/dobj/DSet_Entry.as com/threerings/presents/dobj/DummyEntry.as +com/threerings/presents/dobj/DSet_Entry.as com/threerings/presents/dobj/ElementUpdateListener.as com/threerings/presents/dobj/ElementUpdatedEvent.as com/threerings/presents/dobj/EntryAddedEvent.as @@ -103,7 +103,6 @@ com/threerings/presents/dobj/InvocationResponseEvent.as com/threerings/presents/dobj/MessageAdapter.as com/threerings/presents/dobj/MessageEvent.as com/threerings/presents/dobj/MessageListener.as -com/threerings/presents/dobj/NamedEvent.as com/threerings/presents/dobj/ObjectAccessError.as com/threerings/presents/dobj/ObjectAddedEvent.as com/threerings/presents/dobj/ObjectDeathListener.as @@ -116,13 +115,14 @@ com/threerings/presents/dobj/SetAdapter.as com/threerings/presents/dobj/SetListener.as com/threerings/presents/dobj/Subscriber.as com/threerings/presents/dobj/SubscriberAdapter.as +com/threerings/presents/net/DownstreamMessage.as +com/threerings/presents/net/UpstreamMessage.as com/threerings/presents/net/AuthRequest.as com/threerings/presents/net/AuthResponse.as com/threerings/presents/net/AuthResponseData.as com/threerings/presents/net/BootstrapData.as com/threerings/presents/net/BootstrapNotification.as com/threerings/presents/net/Credentials.as -com/threerings/presents/net/DownstreamMessage.as com/threerings/presents/net/EventNotification.as com/threerings/presents/net/FailureResponse.as com/threerings/presents/net/ForwardEventRequest.as @@ -133,7 +133,6 @@ com/threerings/presents/net/PongResponse.as com/threerings/presents/net/SubscribeRequest.as com/threerings/presents/net/UnsubscribeRequest.as com/threerings/presents/net/UnsubscribeResponse.as -com/threerings/presents/net/UpstreamMessage.as com/threerings/presents/net/UsernamePasswordCreds.as com/threerings/presents/util/PresentsContext.as com/threerings/presents/util/SafeSubscriber.as