aboutsummaryrefslogtreecommitdiffhomepage
path: root/win32/DepGen.py
AgeCommit message (Collapse)AuthorFilesLines
2022-01-11Bug [#2306] Allow choice of object file directory with makefile by setting ↵Arkadiusz Michalski1-0/+3
DIR_O.
2021-07-03Remove remnants of support for including lexers in Scintilla.Neil1-6/+0
2020-11-02Update DepGen to not look for lexers or lexlib.Neil1-2/+2
2020-04-17Making dependencies now requires Python 3.6+.Neil1-3/+3
2019-12-31Implement SCI_SETILEXER.Neil1-0/+3
2019-12-31Move collection of modules from Catalogue.cxx to CatalogueModules.h so it canNeil1-3/+0
be reused.
2019-04-08Make dependencies scripts work when called from ↵Neil1-2/+2
scite/scripts/RegenerateSource.py.
2019-04-01Switch 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.