mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-22 21:06:15 +00:00
5 lines
194 B
Batchfile
5 lines
194 B
Batchfile
@echo off
|
|
set COMPILERKIND=flex
|
|
set SWFNAME=as3_new
|
|
c:\flex\bin\mxmlc.exe -debug=true -output bin/%SWFNAME%.%COMPILERKIND%.swf src/Main.as 1> buildlog.%COMPILERKIND%.txt 2>&1
|
|
rem -warnings=false |