aboutsummaryrefslogtreecommitdiffhomepage
path: root/win32/makefile
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2019-12-31 15:50:48 +1100
committerNeil <nyamatongwe@gmail.com>2019-12-31 15:50:48 +1100
commitf142d93df48c3b9e07edd25425627ddeeb071520 (patch)
treef7b50820c0c62966e7a384ec8e5a6e689db44c39 /win32/makefile
parent431daa97eb571282cdbc9c787098ad17f811e924 (diff)
downloadscintilla-mirror-f142d93df48c3b9e07edd25425627ddeeb071520.tar.gz
Move collection of modules from Catalogue.cxx to CatalogueModules.h so it can
be reused.
Diffstat (limited to 'win32/makefile')
-rw-r--r--win32/makefile5
1 files changed, 1 insertions, 4 deletions
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 $@