diff options
| author | nyamatongwe <devnull@localhost> | 2003-04-18 01:39:55 +0000 |
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2003-04-18 01:39:55 +0000 |
| commit | 945fc56c783b1520f95531a73def4cbdcaa772a3 (patch) | |
| tree | 60beced0238d3852a891da2629baac76c18657c2 /gtk/scintilla.mak | |
| parent | fd50d41ef50c1f93921d2466449e53f0b4767e7c (diff) | |
| download | scintilla-mirror-945fc56c783b1520f95531a73def4cbdcaa772a3.tar.gz | |
Patch from Simon to make ExternalLexer platform independent.
Diffstat (limited to 'gtk/scintilla.mak')
| -rw-r--r-- | gtk/scintilla.mak | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gtk/scintilla.mak b/gtk/scintilla.mak index 33e454c0c..81a01bfd7 100644 --- a/gtk/scintilla.mak +++ b/gtk/scintilla.mak @@ -103,6 +103,7 @@ SOBJS=\ $(DIR_O)\ContractionState.obj \ $(DIR_O)\Document.obj \ $(DIR_O)\Editor.obj \ + $(DIR_O)\ExternalLexer.obj \ $(DIR_O)\Indicator.obj \ $(DIR_O)\KeyMap.obj \ $(DIR_O)\LineMarker.obj \ @@ -241,6 +242,9 @@ $(DIR_O)\Editor.obj: ..\src\Editor.cxx ..\include\Platform.h ..\include\Scintill ..\src\CellBuffer.h ..\src\KeyMap.h ..\src\Indicator.h ..\src\LineMarker.h ..\src\Style.h ..\src\ViewStyle.h \ ..\src\Document.h ..\src\Editor.h +$(DIR_O)\ExternalLexer.obj: ..\src\ExternalLexer.cxx ..\include\Platform.h ..\include\Scintilla.h ..\include\SciLexer.h \ + ..\include\PropSet.h ..\include\Accessor.h ..\src\DocumentAccessor.h ..\src\Keywords.h ..\src\ExternalLexer.h + $(DIR_O)\Indicator.obj: ..\src\Indicator.cxx ..\include\Platform.h ..\include\Scintilla.h ..\src\Indicator.h $(DIR_O)\KeyMap.obj: ..\src\KeyMap.cxx ..\include\Platform.h ..\include\Scintilla.h ..\src\KeyMap.h |
