aboutsummaryrefslogtreecommitdiffhomepage
path: root/win32/scintilla.mak
diff options
context:
space:
mode:
authormitchell <unknown>2020-01-05 17:10:23 -0500
committermitchell <unknown>2020-01-05 17:10:23 -0500
commitca79b65eea2653ecbf62eb0f1d0caf4ff6dea601 (patch)
treea2469638126f8a958ad6e86b6ee6b2b7eedaf036 /win32/scintilla.mak
parent51c270affe753fcfae24887ee940e8061c631d7d (diff)
downloadscintilla-mirror-ca79b65eea2653ecbf62eb0f1d0caf4ff6dea601.tar.gz
Synchronizing LongTerm3 with default.
Ideally this covers anything missed during the backport process.
Diffstat (limited to 'win32/scintilla.mak')
-rw-r--r--win32/scintilla.mak3
1 files changed, 2 insertions, 1 deletions
diff --git a/win32/scintilla.mak b/win32/scintilla.mak
index fde975802..d5c3a2a9e 100644
--- a/win32/scintilla.mak
+++ b/win32/scintilla.mak
@@ -231,7 +231,7 @@ LEXLIB_OBJS = \
$(DIR_O)\LexerModule.obj \
$(DIR_O)\LexerSimple.obj \
$(DIR_O)\StyleContext.obj \
- $(DIR_O)\WordList.obj \
+ $(DIR_O)\WordList.obj
# Required by libraries and DLLs that include lexing
SCILEX_OBJS = \
@@ -291,3 +291,4 @@ $(DIR_O)\ScintillaBaseL.obj: ..\src\ScintillaBase.cxx
!INCLUDE nmdeps.mak
!ENDIF
+