- fix an issue where packaging will fail - if the target binary directory doesn't exist. ( Happens on a clean spec, first time run ).
[CL 2091992 by Ankit Khare in Main branch]
- actually use python in the command line, rather than depend on .py extention to execute.
- change file types to writable.
[CL 2091893 by Ankit Khare in Main branch]
Platform ini now contains a [BuildSettings] section with HeapSize values which can be overriden per config.
#codereview Peter.Sauerbrei
[CL 2087502 by Ankit Khare in Main branch]
- Install Emscripten SDK > 1.16
- Setup system wide enviorment variable EMSCRIPTEN. ( http://stackoverflow.com/questions/135688/setting-environment-variables-in-os-x )
- Build HTML5 using Build.sh from command line.
@todo : Figure out whether to support cooking if SDK is not installed on host platform.
[CL 2057945 by Ankit Khare in Main branch]