2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-16 01:12:13 +00:00
Files
build/doc/src
Nikita Kniazev 943a28a8ba Fix pch path conflict on GCC (#563)
* Follow-up to removed restriction of pch naming on GCC

* Fix pch path conflict on GCC

gcc-pch-generator rewrites target name to a value derived from a header name
and this cases path conflict if multiple pch are created from the same header.

hello.cpp is duplicated in the test for the same reason but for `exe` target --
`exe hello-afx : hello.cpp ;` uses `hello.o` for object file name.
2020-04-03 20:27:41 -05:00
..
2018-02-10 23:35:29 -06:00
2020-03-18 21:05:56 -05:00
2020-03-09 11:08:48 -05:00
2019-03-11 02:08:50 +01:00
2020-03-09 11:08:48 -05:00
2020-03-18 21:05:56 -05:00
2020-03-09 11:08:48 -05:00
2018-06-21 22:02:33 -05:00
2020-04-02 11:56:47 -05:00
2018-03-30 09:11:17 -05:00
2020-04-03 20:27:41 -05:00