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