aboutsummaryrefslogtreecommitdiffhomepage
path: root/win32/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 /win32/scintilla.mak
parent61343b0fef531aba457909131e8571e384dc3e48 (diff)
downloadscintilla-mirror-89a39d969a2231cfb68bc8b0c2b27952e6d27c09.tar.gz
PowerShell lexer implemented by Tim Gerundt.
Diffstat (limited to 'win32/scintilla.mak')
-rw-r--r--win32/scintilla.mak3
1 files changed, 3 insertions, 0 deletions
diff --git a/win32/scintilla.mak b/win32/scintilla.mak
index bdfd8460e..468a62261 100644
--- a/win32/scintilla.mak
+++ b/win32/scintilla.mak
@@ -163,6 +163,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 \
@@ -404,6 +405,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)