diff options
| author | nyamatongwe <devnull@localhost> | 2009-01-01 00:26:08 +0000 |
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2009-01-01 00:26:08 +0000 |
| commit | bdc69f9158adb55ec1af6dc8578655e2c88ad434 (patch) | |
| tree | 496931982706e296af21b5524fedd4fac7502652 /win32/scintilla_vc6.mak | |
| parent | 4f3d781c4b929847fbd7c6f6c145eb903e3dba65 (diff) | |
| download | scintilla-mirror-bdc69f9158adb55ec1af6dc8578655e2c88ad434.tar.gz | |
Lexer for PowerPro from Christopher Bean.
Diffstat (limited to 'win32/scintilla_vc6.mak')
| -rw-r--r-- | win32/scintilla_vc6.mak | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/win32/scintilla_vc6.mak b/win32/scintilla_vc6.mak index cbd1f270d..8c6e55f90 100644 --- a/win32/scintilla_vc6.mak +++ b/win32/scintilla_vc6.mak @@ -167,6 +167,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 \ @@ -416,6 +417,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) |
