Assuming you want to start small (no Royale framework code), the examples/native folder contains a ButtonExample that is set up to compile without any framework, using js-config.xml
That should be calling the mxmlc.jar in js/lib with +configname=js IMO, the key pieces in js-config.xml is the -external-library-path (or -js-external-library-path) to js/libs/js.swc, and not having anything else on -library-path (or -js-library-path) like framework SWCs. Js.swc is where Object is defined for non-SWF compiles. HTH, -Alex On 11/9/17, 4:34 AM, "Erik de Bruin" <[email protected]> wrote: >Hi, > >Would someone please be so kind to tell me which command line arguments >will allow me to build a simple application from one .as file, using mxmlc >or asjsc or any of the 'straight from the compiler jars' executables, so I >can use that as a reference project/build for my new WASM compiler)? > >I keep getting 'Missing builtin type Object' and similar mis-configuration >errors, but I can't for the life of me find the correct combination of >arguments... And documentation is kinda hard to find ;-) > >Thanks, > >EdB > > > >-- >Ix Multimedia Software > >Jan Luykenstraat 27 >3521 VB Utrecht > >T. 06-51952295 >I. >https://na01.safelinks.protection.outlook.com/?url=www.ixsoftware.nl&data= >02%7C01%7C%7Cb1039ea27bf6479d22ea08d5276e6683%7Cfa7b1b5a7b34438794aed2c178 >decee1%7C0%7C0%7C636458277475859276&sdata=QEtPbwsahNTiHGEX7ZK2HZiIJwPOhkFo >ErnUsiZWWTU%3D&reserved=0
