aboutsummaryrefslogtreecommitdiffhomepage
path: root/win32/scintilla.mak
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2000-11-08 08:50:52 +0000
committernyamatongwe <devnull@localhost>2000-11-08 08:50:52 +0000
commit4eb5bc53a4bf2484b881750db2345847f54f8383 (patch)
tree78ff11d08db59bd105108af43f04798ba3f7a429 /win32/scintilla.mak
parent1b96828ae50a99a3cad22bf0761a035c5bd5ed16 (diff)
downloadscintilla-mirror-4eb5bc53a4bf2484b881750db2345847f54f8383.tar.gz
Added Pascal Lexer.
Diffstat (limited to 'win32/scintilla.mak')
-rw-r--r--win32/scintilla.mak17
1 files changed, 12 insertions, 5 deletions
diff --git a/win32/scintilla.mak b/win32/scintilla.mak
index 2109113c3..924919a6c 100644
--- a/win32/scintilla.mak
+++ b/win32/scintilla.mak
@@ -102,15 +102,16 @@ SOBJS=\
$(DIR_O)\ViewStyle.obj
LEXOBJS=\
+ $(DIR_O)\LexConf.obj \
$(DIR_O)\LexCPP.obj \
$(DIR_O)\LexHTML.obj \
$(DIR_O)\LexLua.obj \
$(DIR_O)\LexOthers.obj \
+ $(DIR_O)\LexPascal.obj \
$(DIR_O)\LexPerl.obj \
$(DIR_O)\LexPython.obj \
$(DIR_O)\LexSQL.obj \
- $(DIR_O)\LexVB.obj \
- $(DIR_O)\LexConf.obj
+ $(DIR_O)\LexVB.obj
LOBJS=\
$(DIR_O)\AutoComplete.obj \
@@ -200,6 +201,12 @@ $(DIR_O)\KeyMap.obj: ..\src\KeyMap.cxx ..\include\Platform.h ..\include\Scintill
$(DIR_O)\KeyWords.obj: ..\src\KeyWords.cxx ..\include\Platform.h ..\include\PropSet.h ..\include\Accessor.h ..\include\KeyWords.h \
..\include\Scintilla.h ..\include\SciLexer.h
+$(DIR_O)\LexCPP.obj: ..\src\LexCPP.cxx ..\include\Platform.h ..\include\PropSet.h ..\include\Accessor.h ..\include\KeyWords.h \
+ ..\include\Scintilla.h ..\include\SciLexer.h
+
+$(DIR_O)\LexConf.obj: ..\src\LexConf.cxx ..\include\Platform.h ..\include\PropSet.h ..\include\Accessor.h ..\include\KeyWords.h \
+ ..\include\Scintilla.h ..\include\SciLexer.h
+
$(DIR_O)\LexHTML.obj: ..\src\LexHTML.cxx ..\include\Platform.h ..\include\PropSet.h ..\include\Accessor.h ..\include\KeyWords.h \
..\include\Scintilla.h ..\include\SciLexer.h
@@ -212,6 +219,9 @@ $(DIR_O)\LexOthers.obj: ..\src\LexOthers.cxx ..\include\Platform.h ..\include\Pr
$(DIR_O)\LexPerl.obj: ..\src\LexPerl.cxx ..\include\Platform.h ..\include\PropSet.h ..\include\Accessor.h ..\include\KeyWords.h \
..\include\Scintilla.h ..\include\SciLexer.h
+$(DIR_O)\LexPascal.obj: ..\src\LexPascal.cxx ..\include\Platform.h ..\include\PropSet.h ..\include\Accessor.h ..\include\KeyWords.h \
+ ..\include\Scintilla.h ..\include\SciLexer.h
+
$(DIR_O)\LexPython.obj: ..\src\LexPython.cxx ..\include\Platform.h ..\include\PropSet.h ..\include\Accessor.h ..\include\KeyWords.h \
..\include\Scintilla.h ..\include\SciLexer.h
@@ -221,9 +231,6 @@ $(DIR_O)\LexSQL.obj: ..\src\LexSQL.cxx ..\include\Platform.h ..\include\PropSet.
$(DIR_O)\LexVB.obj: ..\src\LexVB.cxx ..\include\Platform.h ..\include\PropSet.h ..\include\Accessor.h ..\include\KeyWords.h \
..\include\Scintilla.h ..\include\SciLexer.h
-$(DIR_O)\LexConf.obj: ..\src\LexConf.cxx ..\include\Platform.h ..\include\PropSet.h ..\include\Accessor.h ..\include\KeyWords.h \
- ..\include\Scintilla.h ..\include\SciLexer.h
-
$(DIR_O)\LineMarker.obj: ..\src\LineMarker.cxx ..\include\Platform.h ..\include\Scintilla.h ..\src\LineMarker.h
$(DIR_O)\PlatWin.obj: PlatWin.cxx ..\include\Platform.h PlatformRes.h ..\src\UniConversion.h