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/makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'win32/makefile') 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 $@ -- cgit v1.2.3