mirror of
https://github.com/boostorg/build.git
synced 2026-02-15 00:52:16 +00:00
Minor stylistic comment change in the Boost Build tools/msvc.jam script.
[SVN r46894]
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user