| commit | 158d6252cc6b01feea8f795b9007ea028765af7d | [log] [tgz] |
|---|---|---|
| author | Fred Baksik <fdk17@ftml.net> | Mon Apr 25 22:03:21 2022 -0400 |
| committer | Fred Baksik <fdk17@ftml.net> | Wed Apr 27 10:33:51 2022 -0400 |
| tree | c57fec1286d18a4fa63f448a6883504689748ae8 | |
| parent | c6ead9be834f779ae5d45841043431944d00e379 [diff] |
GHS: Set LANGUAGE type for source files Use gbuild project syntax for setting the language type for the file. gbuild will pick the correct compiler or tool to use. NOTE: Language names come from gbuild config files. Therefore to compile a file with the C++ compiler use "C++" not "CXX". The previous implementation was passing the C compiler a flag to compile as C++ if LANGUAGE was set to "CXX".