diff options
| author | mitchell <unknown> | 2020-01-03 19:46:53 -0500 |
|---|---|---|
| committer | mitchell <unknown> | 2020-01-03 19:46:53 -0500 |
| commit | b6d260731bddb23d63f4a0990305b1d9501f7cf8 (patch) | |
| tree | 2ec6039f887cb14498e469973b68aaca7a2c939e /win32/makefile | |
| parent | 8eb134dbbd44002f3acd90d91550875f161136fa (diff) | |
| download | scintilla-mirror-b6d260731bddb23d63f4a0990305b1d9501f7cf8.tar.gz | |
Backport: Move collection of modules from Catalogue.cxx to CatalogueModules.h so it can be reused.
Backport of changeset 7866:fff1071ea1db.
Diffstat (limited to 'win32/makefile')
| -rw-r--r-- | win32/makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/win32/makefile b/win32/makefile index bb105c60c..695544a8a 100644 --- a/win32/makefile +++ b/win32/makefile @@ -146,7 +146,7 @@ SCILEX_OBJS=\ HanjaDic.o \ PlatWin.o \ ScintillaBaseL.o \ - ScintillaWinL.o + ScintillaWin.o COMPONENT_OBJS = \ $(SRC_OBJS) \ @@ -178,9 +178,6 @@ include deps.mak ScintillaBaseL.o: $(CXX) $(CXX_ALL_FLAGS) $(CXXFLAGS) -D SCI_LEXER -c $< -o $@ -ScintillaWinL.o: - $(CXX) $(CXX_ALL_FLAGS) $(CXXFLAGS) -D SCI_LEXER -c $< -o $@ - ScintRes.o: ScintRes.rc $(WINDRES) ScintRes.rc $@ |
