Changes between Version 1 and Version 2 of MakingTheWindowsBuildSystemMoreMaintainable


Ignore:
Timestamp:
Aug 19, 2009 9:22:56 AM (15 years ago)
Author:
Adam Roben
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MakingTheWindowsBuildSystemMoreMaintainable

    v1 v2  
    66
    77`.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
     11Header/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.
    812
    913== Consolidate or eliminate Release and Debug `.def` files ==