Changes between Version 1 and Version 2 of MakingTheWindowsBuildSystemMoreMaintainable
- Timestamp:
- Aug 19, 2009, 9:22:56 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MakingTheWindowsBuildSystemMoreMaintainable
v1 v2 6 6 7 7 `.vsprops` files allow us to reduce setting duplication within and between `.vcproj` files. Using `.vsprops` files more would make it easier and less error-prone to modify the Windows build files. 8 9 == Move header/resource copying into separate scripts == 10 11 Header/resource copying currently happens in build events inside the `.vcproj` files. These are XML-escaped and not line-wrapped and thus very hard to parse or edit by hand. Moving the copying into separate scripts would make it much easier to modify. 8 12 9 13 == Consolidate or eliminate Release and Debug `.def` files ==