2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-15 13:02:11 +00:00

Minor stylistic comment change in the Boost Build tools/msvc.jam script.

[SVN r46894]
This commit is contained in:
Jurko Gospodnetić
2008-06-30 10:50:45 +00:00
parent ca86302804
commit 38cebbd927

View File

@@ -968,9 +968,9 @@ else
# Incremental linking a DLL causes no end of problems: if the actual exports
# don't change, the import .lib file is never updated. Therefore, the .lib is
# do not change, the import .lib file is never updated. Therefore, the .lib is
# always out-of-date and gets rebuilt every time. I'm not sure that incremental
# linking is such a great idea in general, but in this case I'm sure we don't
# linking is such a great idea in general, but in this case I am sure we do not
# want it.
# Windows manifest is a new way to specify dependencies on managed DotNet