flex build script

This commit is contained in:
Jindra Petřík
2016-02-24 21:19:00 +01:00
parent 8e62079f55
commit 898fa63727
5 changed files with 9 additions and 1 deletions

View File

@@ -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

View File

@@ -0,0 +1,2 @@
@echo off
build.bat debug c:\air\bin\mxmlc.bat

View File

@@ -0,0 +1,2 @@
@echo off
build.bat standard c:\air\bin\mxmlc.bat

View File

@@ -0,0 +1,2 @@
@echo off
build.bat debug c:\flex\bin\mxmlc.exe

View File

@@ -0,0 +1,2 @@
@echo off
build.bat standard c:\flex\bin\mxmlc.exe