From: Richard K. <ric...@us...> - 2005-05-22 03:51:58
|
Update of /cvsroot/actionstep/actionstep In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19251 Modified Files: build Log Message: change main method Index: build =================================================================== RCS file: /cvsroot/actionstep/actionstep/build,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** build 4 May 2005 02:33:01 -0000 1.1.1.1 --- build 22 May 2005 03:51:48 -0000 1.2 *************** *** 1,3 **** #!/usr/bin/ruby ! `/usr/local/bin/mtasc -cp "src" -swf ActionStep.swf -header 800:600:20 -separate -trace org.actionstep.ASDebugger.trace -pack org/actionstep -main org/actionstep/ActionStep` puts 'Build complete.' \ No newline at end of file --- 1,3 ---- #!/usr/bin/ruby ! `/usr/local/bin/mtasc -cp "src" -swf ActionStep.swf -header 800:600:20 -separate -trace org.actionstep.ASDebugger.SWFConsoleTrace -pack org/actionstep -pack org/actionstep/constants -pack org/actionstep/images -main org/actionstep/test/ASTestMain` puts 'Build complete.' \ No newline at end of file |