mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-21 08:15:41 +00:00
flex build script
This commit is contained in:
2
libsrc/ffdec_lib/testdata/flex/build.bat
vendored
2
libsrc/ffdec_lib/testdata/flex/build.bat
vendored
@@ -5,7 +5,7 @@ goto block2
|
||||
:blockset
|
||||
set ISDEBUG=true
|
||||
:block2
|
||||
set COMPILERPATH=mxmlc.exe
|
||||
set COMPILERPATH=%2
|
||||
rem if not exist %COMPILERPATH% goto notex
|
||||
%COMPILERPATH% -warnings=false -debug=%ISDEBUG% -static-link-runtime-shared-libraries TestFlex.as>out.txt
|
||||
start notepad out.txt
|
||||
|
||||
2
libsrc/ffdec_lib/testdata/flex/build_air_debug.bat
vendored
Normal file
2
libsrc/ffdec_lib/testdata/flex/build_air_debug.bat
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
@echo off
|
||||
build.bat debug c:\air\bin\mxmlc.bat
|
||||
2
libsrc/ffdec_lib/testdata/flex/build_air_standard.bat
vendored
Normal file
2
libsrc/ffdec_lib/testdata/flex/build_air_standard.bat
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
@echo off
|
||||
build.bat standard c:\air\bin\mxmlc.bat
|
||||
2
libsrc/ffdec_lib/testdata/flex/build_flex_debug.bat
vendored
Normal file
2
libsrc/ffdec_lib/testdata/flex/build_flex_debug.bat
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
@echo off
|
||||
build.bat debug c:\flex\bin\mxmlc.exe
|
||||
2
libsrc/ffdec_lib/testdata/flex/build_flex_standard.bat
vendored
Normal file
2
libsrc/ffdec_lib/testdata/flex/build_flex_standard.bat
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
@echo off
|
||||
build.bat standard c:\flex\bin\mxmlc.exe
|
||||
Reference in New Issue
Block a user