From b6d260731bddb23d63f4a0990305b1d9501f7cf8 Mon Sep 17 00:00:00 2001 From: mitchell Date: Fri, 3 Jan 2020 19:46:53 -0500 Subject: Backport: Move collection of modules from Catalogue.cxx to CatalogueModules.h so it can be reused. Backport of changeset 7866:fff1071ea1db. --- win32/DepGen.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'win32/DepGen.py') diff --git a/win32/DepGen.py b/win32/DepGen.py index c43d2f66c..ce40d1a82 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 ScintillaWinL as the same as ScintillaWin - deps = Dependencies.InsertSynonym(deps, "ScintillaWin.o", "ScintillaWinL.o") - Dependencies.UpdateDependencies("../win32/deps.mak", deps, topComment) # Create the dependencies file for MSVC -- cgit v1.2.3