aboutsummaryrefslogtreecommitdiffhomepage
path: root/win32/scintilla.mak
diff options
context:
space:
mode:
authornyamatongwe <unknown>2003-08-18 10:09:56 +0000
committernyamatongwe <unknown>2003-08-18 10:09:56 +0000
commit069b8ea17b3fbf076a55d0a4fa723ed3746f1ffc (patch)
tree8fc142de18dd2058c8b1f451bab36181511a7e27 /win32/scintilla.mak
parent3a26c5516fdd49139887b65a53f0e65b124f2f5f (diff)
downloadscintilla-mirror-069b8ea17b3fbf076a55d0a4fa723ed3746f1ffc.tar.gz
Support for Clarion from Ron Schofield.
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 f2bb0f8d3..a071db2f4 100644
--- a/win32/scintilla.mak
+++ b/win32/scintilla.mak
@@ -114,6 +114,7 @@ LEXOBJS=\
$(DIR_O)\LexAVE.obj \
$(DIR_O)\LexBaan.obj \
$(DIR_O)\LexBullant.obj \
+ $(DIR_O)\LexCLW.obj \
$(DIR_O)\LexConf.obj \
$(DIR_O)\LexCPP.obj \
$(DIR_O)\LexCrontab.obj \
@@ -257,6 +258,8 @@ $(DIR_O)\LexBaan.obj: ..\src\LexBaan.cxx $(LEX_HEADERS)
$(DIR_O)\LexBullant.obj: ..\src\LexBullant.cxx $(LEX_HEADERS)
+$(DIR_O)\LexCLW.obj: ..\src\LexCLW.cxx $(LEX_HEADERS)
+
$(DIR_O)\LexConf.obj: ..\src\LexConf.cxx $(LEX_HEADERS)
$(DIR_O)\LexCPP.obj: ..\src\LexCPP.cxx $(LEX_HEADERS)