2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-17 01:32:12 +00:00
Files
build/v2
Vladimir Prus 876db3471e Compile C files with C compiler, not C++. This commit would close BB32, if
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]
2003-06-11 08:40:45 +00:00
..
2003-04-24 11:30:37 +00:00
2003-05-28 11:33:07 +00:00
2003-06-04 05:55:25 +00:00
2003-06-11 07:09:43 +00:00
2002-05-16 00:56:42 +00:00
2002-05-06 03:46:55 +00:00
2003-06-06 09:08:50 +00:00
2003-04-24 09:48:33 +00:00
2002-09-10 10:06:06 +00:00
2003-02-14 15:04:37 +00:00