ide: fix specifying all file extensions (output file extension for emscripten) inside...
authorRejean Loyer <redj@ecere.com>
Sun, 3 Jul 2016 20:59:35 +0000 (16:59 -0400)
committerJerome St-Louis <jerome@ecere.com>
Thu, 28 Jul 2016 22:23:37 +0000 (18:23 -0400)
commit48e1508657d170430a0824c9baf74cf7f171f50f
tree3191b27aa8d69b1075e3baf696ff6ba3a165ef98
parentdd35656106eb4f81707658c1315b1d8bf12936b4
ide: fix specifying all file extensions (output file extension for emscripten) inside <compiler>.cf instead of the ide specifying O=bc when calling make. add don't strip target and document output to compiler config. open compiler document (html files by emscripten) output in shell.

 - add static and shared library file extensions to compiler config
 - add executable file extension to compiler config
 - fix ar and ld fields are not being disabled for default compiler in global settings dialog, compilers tab, toolchain tab.
default.cf
ide/src/IDESettings.ec
ide/src/dialogs/GlobalSettingsDialog.ec
ide/src/project/Project.ec
ide/src/project/ProjectView.ec