mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-24 12:46:04 +00:00
5 lines
197 B
Batchfile
5 lines
197 B
Batchfile
@echo off
|
|
set COMPILERKIND=air
|
|
set SWFNAME=as3_new
|
|
call c:\air\bin\mxmlc.bat -debug=true -output bin/%SWFNAME%.%COMPILERKIND%.swf src/Main.as 1> buildlog.%COMPILERKIND%.txt 2>&1
|
|
rem -warnings=false |