In previous SDKs I was using something like this:
mxmlc.exe -locale=fr_FR -library-path+= ...
But in Apache SDKs there is no exe file anymore but a bat file. Can I use
same format to provide parameters for build process?
mxmlc.bat -locale=fr_FR -library-path+= ...
Thanks
mxmlc.exe -locale=fr_FR -library-path+= ...
But in Apache SDKs there is no exe file anymore but a bat file. Can I use
same format to provide parameters for build process?
mxmlc.bat -locale=fr_FR -library-path+= ...
Thanks