On 5/8/16, 5:33 AM, "Harbs" <harbs.li...@gmail.com> wrote:
>I’m trying to set up some development environments and I realized there’s >lots of pieces and I’m not sure how everything fits together. > >FalconJX currently generates the following scripts and executables: > >Scripts: >Asjsc - compiles AS app to JS with JS.swc >Asjscompc - compiles AS library to JS with JS.swc >Asnodec - compiles AS app to JS with JS.swc and Node.swc >Jquery = compiles AS app to JS with JS.swc and Jquery.swc >Compc - compiles AS library to JS with FlexJS framework >Mxmlc - compiles AS app to JS with FlexJS framework >Externc - runs ExternC compiler to compile externs JS files to AS. > > > >Executables: >compc.jar = library compiler >externc.jar = ExternC compiler >jsc.jar = shared code between compc and mxmlc >mxmlc.jar = application compiler > Below are this party libraries > >args4j.jar >commons-io.jar >flex-tool-api.jar >guava.jar >org.json.jar HTH, -Alex