From f142d93df48c3b9e07edd25425627ddeeb071520 Mon Sep 17 00:00:00 2001 From: Neil Date: Tue, 31 Dec 2019 15:50:48 +1100 Subject: Move collection of modules from Catalogue.cxx to CatalogueModules.h so it can be reused. --- win32/makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'win32/makefile') diff --git a/win32/makefile b/win32/makefile index 7aa1be716..30ae527fb 100644 --- a/win32/makefile +++ b/win32/makefile @@ -130,7 +130,7 @@ SCILEX_OBJS=\ HanjaDic.o \ PlatWin.o \ ScintillaBaseL.o \ - ScintillaWinL.o + ScintillaWin.o COMPONENT_OBJS = \ $(SRC_OBJS) \ @@ -162,9 +162,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