diff options
| author | nyamatongwe <devnull@localhost> | 2007-03-29 00:15:37 +0000 |
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2007-03-29 00:15:37 +0000 |
| commit | 57f138470b684b14dd88d8affa2f39acb54a097f (patch) | |
| tree | 8d587a6aa409d69f5966297d0ec1ab916a3ae3c6 /gtk/scintilla.mak | |
| parent | c6186d377d6525e6afc111a743c6567ca85e7aa6 (diff) | |
| download | scintilla-mirror-57f138470b684b14dd88d8affa2f39acb54a097f.tar.gz | |
Incorporated cmake support.
Diffstat (limited to 'gtk/scintilla.mak')
| -rw-r--r-- | gtk/scintilla.mak | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk/scintilla.mak b/gtk/scintilla.mak index 432225638..c8cb51370 100644 --- a/gtk/scintilla.mak +++ b/gtk/scintilla.mak @@ -152,6 +152,7 @@ LEXOBJS=\ $(DIR_O)\LexBullant.obj \ $(DIR_O)\LexCaml.obj \ $(DIR_O)\LexCLW.obj \ + $(DIR_O)\LexCmake.obj \ $(DIR_O)\LexConf.obj \ $(DIR_O)\LexCPP.obj \ $(DIR_O)\LexCrontab.obj \ @@ -344,6 +345,8 @@ $(DIR_O)\LexCaml.obj: ..\src\LexCaml.cxx $(LEX_HEADERS) $(DIR_O)\LexCLW.obj: ..\src\LexCLW.cxx $(LEX_HEADERS) +$(DIR_O)\LexCmake.obj: ..\src\LexCmake.cxx $(LEX_HEADERS) + $(DIR_O)\LexConf.obj: ..\src\LexConf.cxx $(LEX_HEADERS) $(DIR_O)\LexCPP.obj: ..\src\LexCPP.cxx $(LEX_HEADERS) |
