aboutsummaryrefslogtreecommitdiffhomepage
path: root/win32/makefile
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2003-08-18 10:09:56 +0000
committernyamatongwe <devnull@localhost>2003-08-18 10:09:56 +0000
commit442d0125c08a59d657450cfcab47516382d9c5d7 (patch)
tree8fc142de18dd2058c8b1f451bab36181511a7e27 /win32/makefile
parent99d072c0bfbc20afa2122645fe14c952b560f311 (diff)
downloadscintilla-mirror-442d0125c08a59d657450cfcab47516382d9c5d7.tar.gz
Support for Clarion from Ron Schofield.
Diffstat (limited to 'win32/makefile')
-rw-r--r--win32/makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/win32/makefile b/win32/makefile
index 84c7ebe04..939d0f2f8 100644
--- a/win32/makefile
+++ b/win32/makefile
@@ -49,11 +49,11 @@ deps:
#++Autogenerated -- run src/LexGen.py to regenerate
#**LEXOBJS=\\\n\(\*.o \)
LEXOBJS=\
-LexAda.o LexAsm.o LexAVE.o LexBaan.o LexBullant.o LexConf.o LexCPP.o \
+LexAda.o LexAsm.o LexAVE.o LexBaan.o LexBullant.o LexCLW.o LexConf.o LexCPP.o \
LexCrontab.o LexCSS.o LexEiffel.o LexEScript.o LexFortran.o LexHTML.o \
LexLisp.o LexLout.o LexLua.o LexMatlab.o LexMMIXAL.o LexNsis.o LexOthers.o \
LexPascal.o LexPerl.o LexPOV.o LexPS.o LexPython.o LexRuby.o LexScriptol.o \
-LexSQL.o LexVB.o
+LexSQL.o LexVB.o
#--Autogenerated -- end of automatically generated section
SOBJS = ScintillaWin.o ScintillaBase.o Editor.o Document.o \