aboutsummaryrefslogtreecommitdiffhomepage
path: root/win32/scintilla.mak
diff options
context:
space:
mode:
authornyamatongwe <unknown>2009-01-01 00:26:08 +0000
committernyamatongwe <unknown>2009-01-01 00:26:08 +0000
commit8b5891b0c10d1919004b8e7d94b3d70a7c9082fe (patch)
tree496931982706e296af21b5524fedd4fac7502652 /win32/scintilla.mak
parent05b20097aa872a8baf77bef475bdab486ea03aa3 (diff)
downloadscintilla-mirror-8b5891b0c10d1919004b8e7d94b3d70a7c9082fe.tar.gz
Lexer for PowerPro from Christopher Bean.
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 6edc26c20..2dad3609e 100644
--- a/win32/scintilla.mak
+++ b/win32/scintilla.mak
@@ -165,6 +165,7 @@ LEXOBJS=\
$(DIR_O)\LexPerl.obj \
$(DIR_O)\LexPLM.obj \
$(DIR_O)\LexPOV.obj \
+ $(DIR_O)\LexPowerPro.obj \
$(DIR_O)\LexPowerShell.obj \
$(DIR_O)\LexProgress.obj \
$(DIR_O)\LexPS.obj \
@@ -414,6 +415,8 @@ $(DIR_O)\LexPLM.obj: ..\src\LexPLM.cxx $(LEX_HEADERS)
$(DIR_O)\LexPOV.obj: ..\src\LexPOV.cxx $(LEX_HEADERS)
+$(DIR_O)\LexPowerPro.obj: ..\src\LexPowerPro.cxx $(LEX_HEADERS)
+
$(DIR_O)\LexPowerShell.obj: ..\src\LexPowerShell.cxx $(LEX_HEADERS)
$(DIR_O)\LexProgress.obj: ..\src\LexProgress.cxx $(LEX_HEADERS)