|
Hi list, I’m confused. I
love MTASC (especially for it’s speed) and use it in conjunction with
FlashDevelop, also a great tool! But the next .bat script
(altered version from Keith Peters) compiles slower than the Flash IDE Is there an inefficiency
in it that I miss? NB Total classes to compile +/- 30 IDE 3
secs Script below 6.5 secs --------------------------------------------------- @echo off set
cp1="C:\Documents and Settings\arnoud\Local Settings\Application
Data\Macromedia\Flash 8\en\Configuration\Classes" set
cp2="C:\Documents and
Settings\arnoud\Bureaublad\artim\opdrachten\nettailor presentatie\presentatie\src\as" set
swf="C:\Documents and
Settings\arnoud\Bureaublad\artim\opdrachten\nettailor
presentatie\presentatie\deploy\swf\presentatie.swf" set
class="C:\Documents and
Settings\arnoud\Bureaublad\artim\opdrachten\nettailor
presentatie\presentatie\src\as\nl\ab\Application.as" "C:\Program
Files\mtasc\mtasc.exe" -cp %cp1% -cp %cp2% -mx -swf %swf% %class% -version
8 if errorlevel 1 goto end "C:\Program
Files\Macromedia\Flash 8\Players\Debug\SAFlashPlayer.exe" %swf% :end ---------------------------------------------------------- Thanks, Arnoud |
_______________________________________________ osflash mailing list [email protected] http://osflash.org/mailman/listinfo/osflash_osflash.org
