diff options
| author | nyamatongwe <unknown> | 2000-11-01 05:28:08 +0000 |
|---|---|---|
| committer | nyamatongwe <unknown> | 2000-11-01 05:28:08 +0000 |
| commit | 3c264e5a9ff5282aeac04998aab63e6d76601985 (patch) | |
| tree | 4398ec6018533f79bd6d7b6a4ba71727211bb0e3 /win32/scintilla.mak | |
| parent | 9fae12a0ac6dcbc5eb92728f04f9558efe04643d (diff) | |
| download | scintilla-mirror-3c264e5a9ff5282aeac04998aab63e6d76601985.tar.gz | |
Ahmad's Apache CONF support.
Diffstat (limited to 'win32/scintilla.mak')
| -rw-r--r-- | win32/scintilla.mak | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/win32/scintilla.mak b/win32/scintilla.mak index b4caa61e2..2109113c3 100644 --- a/win32/scintilla.mak +++ b/win32/scintilla.mak @@ -109,7 +109,8 @@ LEXOBJS=\ $(DIR_O)\LexPerl.obj \ $(DIR_O)\LexPython.obj \ $(DIR_O)\LexSQL.obj \ - $(DIR_O)\LexVB.obj + $(DIR_O)\LexVB.obj \ + $(DIR_O)\LexConf.obj LOBJS=\ $(DIR_O)\AutoComplete.obj \ @@ -220,6 +221,9 @@ $(DIR_O)\LexSQL.obj: ..\src\LexSQL.cxx ..\include\Platform.h ..\include\PropSet. $(DIR_O)\LexVB.obj: ..\src\LexVB.cxx ..\include\Platform.h ..\include\PropSet.h ..\include\Accessor.h ..\include\KeyWords.h \ ..\include\Scintilla.h ..\include\SciLexer.h +$(DIR_O)\LexConf.obj: ..\src\LexConf.cxx ..\include\Platform.h ..\include\PropSet.h ..\include\Accessor.h ..\include\KeyWords.h \ + ..\include\Scintilla.h ..\include\SciLexer.h + $(DIR_O)\LineMarker.obj: ..\src\LineMarker.cxx ..\include\Platform.h ..\include\Scintilla.h ..\src\LineMarker.h $(DIR_O)\PlatWin.obj: PlatWin.cxx ..\include\Platform.h PlatformRes.h ..\src\UniConversion.h |
