aboutsummaryrefslogtreecommitdiffhomepage
path: root/gtk/scintilla.mak
diff options
context:
space:
mode:
authornyamatongwe <unknown>2008-01-18 22:18:14 +0000
committernyamatongwe <unknown>2008-01-18 22:18:14 +0000
commit88eb92f8de5e104a05ed9a056acaec8e6a15313c (patch)
tree6194c1dbc5d091edfc21c7f8dd834558f5099d36 /gtk/scintilla.mak
parent377ef4e77b5650130dadfc4a54877bd3ef556a3d (diff)
downloadscintilla-mirror-88eb92f8de5e104a05ed9a056acaec8e6a15313c.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)