diff options
author | nyamatongwe <unknown> | 2001-09-02 04:33:50 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2001-09-02 04:33:50 +0000 |
commit | a88e392a22aaf99415bf44bf9c09e05574938101 (patch) | |
tree | 8d5cc9c8faf0ca412729f6df8a187c0cc8f89d6a /win32/scintilla.mak | |
parent | d195f52d1f2333d1f3fd5393be0cbf70f9c1ef04 (diff) | |
download | scintilla-mirror-a88e392a22aaf99415bf44bf9c09e05574938101.tar.gz |
New StyleContext file added to build system.
Diffstat (limited to 'win32/scintilla.mak')
-rw-r--r-- | win32/scintilla.mak | 3 |
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 |