aboutsummaryrefslogtreecommitdiffhomepage
path: root/win32/makefile
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2003-11-04 11:41:32 +0000
committernyamatongwe <devnull@localhost>2003-11-04 11:41:32 +0000
commit3c52859e834d0d92c92e00a4825ee180195b2ee2 (patch)
treeab8616eb731b5165f62319025e955bf1612f8b85 /win32/makefile
parentfc57b1d1f27ea29afb9933268187f803ab45a96e (diff)
downloadscintilla-mirror-3c52859e834d0d92c92e00a4825ee180195b2ee2.tar.gz
Erlang support.
Diffstat (limited to 'win32/makefile')
-rw-r--r--win32/makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/win32/makefile b/win32/makefile
index a428e594e..bfd4a160d 100644
--- a/win32/makefile
+++ b/win32/makefile
@@ -51,10 +51,11 @@ deps:
#**LEXOBJS=\\\n\(\*.o \)
LEXOBJS=\
LexAda.o LexAsm.o LexAVE.o LexBaan.o LexBullant.o LexCLW.o LexConf.o LexCPP.o \
-LexCrontab.o LexCSS.o LexEiffel.o LexEScript.o LexForth.o LexFortran.o \
-LexHTML.o LexLisp.o LexLout.o LexLua.o LexMatlab.o LexMetapost.o LexMMIXAL.o \
-LexMPT.o LexNsis.o LexOthers.o LexPascal.o LexPB.o LexPerl.o LexPOV.o LexPS.o \
-LexPython.o LexRuby.o LexScriptol.o LexSQL.o LexTeX.o LexVB.o LexYAML.o
+LexCrontab.o LexCSS.o LexEiffel.o LexErlang.o LexEScript.o LexForth.o \
+LexFortran.o LexHTML.o LexLisp.o LexLout.o LexLua.o LexMatlab.o LexMetapost.o \
+LexMMIXAL.o LexMPT.o LexNsis.o LexOthers.o LexPascal.o LexPB.o LexPerl.o \
+LexPOV.o LexPS.o LexPython.o LexRuby.o LexScriptol.o LexSQL.o LexTeX.o LexVB.o \
+LexYAML.o
#--Autogenerated -- end of automatically generated section
SOBJS = ScintillaWin.o ScintillaBase.o Editor.o Document.o \