aboutsummaryrefslogtreecommitdiffhomepage
path: root/gtk/scintilla.mak
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2008-01-18 22:18:14 +0000
committernyamatongwe <devnull@localhost>2008-01-18 22:18:14 +0000
commit89a39d969a2231cfb68bc8b0c2b27952e6d27c09 (patch)
tree6194c1dbc5d091edfc21c7f8dd834558f5099d36 /gtk/scintilla.mak
parent61343b0fef531aba457909131e8571e384dc3e48 (diff)
downloadscintilla-mirror-89a39d969a2231cfb68bc8b0c2b27952e6d27c09.tar.gz
PowerShell lexer implemented by Tim Gerundt.
Diffstat (limited to 'gtk/scintilla.mak')
-rw-r--r--gtk/scintilla.mak3
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk/scintilla.mak b/gtk/scintilla.mak
index 64b8c354b..94217bec9 100644
--- a/gtk/scintilla.mak
+++ b/gtk/scintilla.mak
@@ -193,6 +193,7 @@ LEXOBJS=\
$(DIR_O)\LexPerl.obj \
$(DIR_O)\LexPLM.obj \
$(DIR_O)\LexPOV.obj \
+ $(DIR_O)\LexPowerShell.obj \
$(DIR_O)\LexProgress.obj \
$(DIR_O)\LexPS.obj \
$(DIR_O)\LexPython.obj \
@@ -453,6 +454,8 @@ $(DIR_O)\LexPLM.obj: ..\src\LexPLM.cxx $(LEX_HEADERS)
$(DIR_O)\LexPOV.obj: ..\src\LexPOV.cxx $(LEX_HEADERS)
+$(DIR_O)\LexPowerShell.obj: ..\src\LexPowerShell.cxx $(LEX_HEADERS)
+
$(DIR_O)\LexProgress.obj: ..\src\LexProgress.cxx $(LEX_HEADERS)
$(DIR_O)\LexPS.obj: ..\src\LexPS.cxx $(LEX_HEADERS)