Summary
import-library should only be generated if it actually changed
Metadata
- Id: e6d4226ce63c908a9a5a20ff111b7e215a05ae4c
- Trac id: 104
- Type: enhancement
- Reporter: felix
- Owner:
- Cc:
- Status: closed
- Component: core-pending
- Estimated difficulty:
- Resolution: fixed
- Priority: minor
- Milestone:
- Version: 4.2.x
- Changetime: 2010-03-11 10:33:12 UTC
- Created: 2009-11-08 01:02:07 UTC
- Keywords:
Description
When an import-library is generated and it already exists, then overwrite it only when it changed. Currently the import-library will always be overwritten. Adding this feature can simplify makefiles because it prevents unnecessary recompiles of import-libraries.
See commit 864713b7dc84d9df5f30cf10dd6b2fee2b0335c1.
(suggested by Jörg Wittenberger)