mirror of
https://github.com/boostorg/build.git
synced 2026-02-16 01:12:13 +00:00
it included MSVC... * new/toolset.jam: Allow action names with dots, so that we can set flags for gcc.compile.c, gcc.compile and gcc and combine those flags. * tools/gcc.jam: Use 'gcc' for compiling C files. There's still a problem: 'init' rules does not allow to configure name of C compiler. Also, don't declare flags individually for gcc.link and gcc.link-dll. * tools/borland.jam: Force C++ compile when needed. [SVN r18774]