Files
jpexs-decompiler/libsrc/ffdec_lib/testdata/as3_long/build_flex_debug.bat

8 lines
375 B
Batchfile

@echo off
set COMPILERKIND=flex
set SWFNAME=as3_long
call c:\flex\bin\mxmlc.bat -debug=true -output bin/%SWFNAME%.%COMPILERKIND%.swf src/Main.as 1> buildlog.%COMPILERKIND%.txt 2>&1
rem set COMPILERKIND=flex.optimize
rem call c:\flex\bin\mxmlc.bat -compiler.optimize -output bin/%SWFNAME%.%COMPILERKIND%.swf src/Main.as 1> buildlog.%COMPILERKIND%.txt 2>&1
rem -warnings=false