aharui commented on issue #232: (Feature Request) Support for JS extern output with royale-js URL: https://github.com/apache/royale-asjs/issues/232#issuecomment-389228988 To create a SWC without needing AIR SDK, this should work (worked for me): 'compc -load-config=<path to Royale SDK>/frameworks/js-config.xml -include-sources=src -compiler.targets=SWF,JSRoyale -output=<desired path and name of SWC>' One unexpected parameter is needing the SWF compiler.target. SWCs must have a SWF with the ABC for the API surfaces so you can compile against them in other projects.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
