aboutsummaryrefslogtreecommitdiffhomepage
path: root/win32/scintilla.mak
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2001-09-02 04:33:50 +0000
committernyamatongwe <devnull@localhost>2001-09-02 04:33:50 +0000
commitbcf72c2b70ed57332f6f020f1c47df9a6f20060c (patch)
tree8d5cc9c8faf0ca412729f6df8a187c0cc8f89d6a /win32/scintilla.mak
parent99d9336612b96f55d37252e49fe2a917f0d79121 (diff)
downloadscintilla-mirror-bcf72c2b70ed57332f6f020f1c47df9a6f20060c.tar.gz
New StyleContext file added to build system.
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 fd2f20854..f7ef689cf 100644
--- a/win32/scintilla.mak
+++ b/win32/scintilla.mak
@@ -140,6 +140,7 @@ LOBJS=\
$(DIR_O)\ScintillaBaseL.obj \
$(DIR_O)\ScintillaWinL.obj \
$(DIR_O)\Style.obj \
+ $(DIR_O)\StyleContext.obj \
$(DIR_O)\UniConversion.obj \
$(DIR_O)\ViewStyle.obj \
$(LEXOBJS)
@@ -191,7 +192,7 @@ $(DIR_O)\ScintillaWinS.obj: ScintillaWin.cxx
# All lexers depend on this set of headers
LEX_HEADERS=..\include\Platform.h ..\include\PropSet.h \
..\include\SString.h ..\include\Accessor.h ..\include\KeyWords.h \
- ..\include\Scintilla.h ..\include\SciLexer.h
+ ..\include\Scintilla.h ..\include\SciLexer.h ..\src\StyleContext.h
$(DIR_O)\AutoComplete.obj: ..\src\AutoComplete.cxx ..\include\Platform.h ..\src\AutoComplete.h