aboutsummaryrefslogtreecommitdiffhomepage
path: root/win32/scintilla.mak
diff options
context:
space:
mode:
Diffstat (limited to 'win32/scintilla.mak')
-rw-r--r--win32/scintilla.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/scintilla.mak b/win32/scintilla.mak
index 3277b550c..bb850e295 100644
--- a/win32/scintilla.mak
+++ b/win32/scintilla.mak
@@ -275,7 +275,7 @@ $(COMPONENT): $(COMPONENT_OBJS) $(DIR_O)\ScintRes.res
$(LEXCOMPONENT): $(LEXCOMPONENT_OBJS) $(DIR_O)\ScintRes.res
$(LD) $(LDFLAGS) -DEF:Scintilla.def -DLL -OUT:$@ $** $(LIBS)
-$(LIBSCI): $(SCILEX_OBJS)
+$(LIBSCI): $(COMPONENT_OBJS)
LIB /OUT:$@ $**
# Define how to build all the objects and what they depend on