My favorites | Sign in
Project Home Source
Checkout   Browse   Changes    
 
1
2
3
4
5
6
7
8
9
10
11
#!/bin/bash

zlog=elements/ZLog.swf
test=elements/test.swf

rm $zlog
rm $test

echo "*** MTASC ***"
mtasc -swf $zlog -header 1:1:31 -version 8 -strict -cp /home/zarate/projects/as2/ -main ZLog.as
mtasc -swf $test -header 500:40:31 -version 8 -strict -cp /home/zarate/projects/as2/ -main test.as -trace tv.zarate.Utils.Trace.trc

Change log

r76 by zzzarate on Feb 18, 2008   Diff
Again, reordering namespace.
Go to: 
Project members, sign in to write a code review

Older revisions

r17 by zzzarate on Jun 10, 2007   Diff
Now we check if the LocalConnection is
actually created and display error
otherwise.
Added test application.
r8 by zzzarate on May 29, 2007   Diff
Initial zlog upload
All revisions of this file

File info

Size: 327 bytes, 11 lines

File properties

svn:executable
*
Powered by Google Project Hosting