mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-24 08:05:14 +00:00
4 lines
150 B
Batchfile
4 lines
150 B
Batchfile
@echo off
|
|
set COMPILERKIND=swftools
|
|
cd src
|
|
c:\swftools\as3compile.exe Main.as -o ..\bin\Main.%COMPILERKIND%.swf 1> ../buildlog.%COMPILERKIND%.txt 2>&1 |