From 8c9b09dd5f861e52590a154b2ad8ee0f0dc4e89f Mon Sep 17 00:00:00 2001 From: Neil Date: Tue, 31 Dec 2019 20:19:24 +1100 Subject: Backport: Implement SCI_SETILEXER. Backport of changeset 7871:ff54e1fc74f3, but with the ability to distinguish between ILexer and ILexer5 interfaces. --- win32/DepGen.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'win32/DepGen.py') diff --git a/win32/DepGen.py b/win32/DepGen.py index c255574b0..6196720e2 100644 --- a/win32/DepGen.py +++ b/win32/DepGen.py @@ -22,6 +22,9 @@ def Generate(): # Add ScintillaBaseL as the same as ScintillaBase deps = Dependencies.InsertSynonym(deps, "ScintillaBase.o", "ScintillaBaseL.o") + # Add CatalogueL as the same as Catalogue + deps = Dependencies.InsertSynonym(deps, "Catalogue.o", "CatalogueL.o") + Dependencies.UpdateDependencies("../win32/deps.mak", deps, topComment) # Create the dependencies file for MSVC -- cgit v1.2.3