diff options
author | Neil <nyamatongwe@gmail.com> | 2019-12-31 15:50:48 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2019-12-31 15:50:48 +1100 |
commit | f142d93df48c3b9e07edd25425627ddeeb071520 (patch) | |
tree | f7b50820c0c62966e7a384ec8e5a6e689db44c39 /win32/DepGen.py | |
parent | 431daa97eb571282cdbc9c787098ad17f811e924 (diff) | |
download | scintilla-mirror-f142d93df48c3b9e07edd25425627ddeeb071520.tar.gz |
Move collection of modules from Catalogue.cxx to CatalogueModules.h so it can
be reused.
Diffstat (limited to 'win32/DepGen.py')
-rw-r--r-- | win32/DepGen.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/win32/DepGen.py b/win32/DepGen.py index 3abf68936..c255574b0 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 |