From: Richard K. <ric...@us...> - 2005-05-22 03:54:13
|
Update of /cvsroot/actionstep/actionstep In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19657 Modified Files: build_production build_trace Log Message: move main to test/ASTestMain Index: build_trace =================================================================== RCS file: /cvsroot/actionstep/actionstep/build_trace,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** build_trace 4 May 2005 02:33:01 -0000 1.1.1.1 --- build_trace 22 May 2005 03:54:05 -0000 1.2 *************** *** 1,3 **** #!/usr/bin/env 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.' --- 1,3 ---- #!/usr/bin/env 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/test/ASTestMain` puts 'Build complete.' Index: build_production =================================================================== RCS file: /cvsroot/actionstep/actionstep/build_production,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** build_production 4 May 2005 02:33:01 -0000 1.1.1.1 --- build_production 22 May 2005 03:54:05 -0000 1.2 *************** *** 1,3 **** #!/usr/bin/env ruby ! `/usr/local/bin/mtasc -cp "src" -swf ActionStep.swf -header 800:600:20 -separate -pack org/actionstep -main org/actionstep/ActionStep` puts 'Build complete.' --- 1,3 ---- #!/usr/bin/env ruby ! `/usr/local/bin/mtasc -cp "src" -swf ActionStep.swf -header 800:600:20 -separate -pack org/actionstep -main org/actionstep/test/ASTestMain` puts 'Build complete.' |