From ee0e98b74c7e7c64fb9079cd0bacd4c3e840c3b0 Mon Sep 17 00:00:00 2001 From: mitchell Date: Fri, 19 Jun 2020 08:40:49 -0400 Subject: Reverted experimental Lexilla and SCI_SETILEXER support. When testing, it works when compiled with debug symbols enabled, but crashes without them. It doesn't seem worth maintaining. --- win32/DepGen.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'win32/DepGen.py') diff --git a/win32/DepGen.py b/win32/DepGen.py index 6196720e2..fa11b020a 100644 --- a/win32/DepGen.py +++ b/win32/DepGen.py @@ -22,9 +22,6 @@ 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 @@ -35,4 +32,4 @@ def Generate(): Dependencies.UpdateDependencies("../win32/nmdeps.mak", deps, topComment) if __name__ == "__main__": - Generate() \ No newline at end of file + Generate() -- cgit v1.2.3