aboutsummaryrefslogtreecommitdiffhomepage
path: root/win32/DepGen.py
AgeCommit message (Collapse)AuthorFilesLines
2020-01-05Synchronizing LongTerm3 with default.mitchell1-2/+2
Ideally this covers anything missed during the backport process.
2020-01-03Backport: Move collection of modules from Catalogue.cxx to ↵mitchell1-3/+0
CatalogueModules.h so it can be reused. Backport of changeset 7866:fff1071ea1db.
2019-04-01Backport: Switch generation of make dependencies to Python scripts DepGen.py.Neil1-0/+38
Dependencies files deps.mak and nmdeps.mak are formatted with one file per line as that makes it easier to examine differences between versions. Backport of changeset 7397:997e6203e270.