ide/Project: Added a distinct C++ compiling/linking command (default to g++) to work...
authorJerome St-Louis <jerome@ecere.com>
Tue, 10 Jul 2012 21:30:42 +0000 (17:30 -0400)
committerJerome St-Louis <jerome@ecere.com>
Tue, 10 Jul 2012 21:30:42 +0000 (17:30 -0400)
commit384ad752fcf52ee54f274730d71d29a8fb91e00e
treed343a1c74f1fee48945a7c5548f28b25750628a3
parent3151b1ec483f0f2a10e64aa93c5435c054dfaa03
ide/Project: Added a distinct C++ compiling/linking command (default to g++) to work various issues (#526), including static libgcc mixed with a shared libstdc++ (g++ 4.5 by default does -shared-libgcc, but not gcc)
ide/src/IDESettings.ec
ide/src/OldIDESettings.ec
ide/src/dialogs/GlobalSettingsDialog.ec
ide/src/project/Project.ec
ide/src/project/ProjectNode.ec