aboutsummaryrefslogtreecommitdiffhomepage
path: root/win32/makefile
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2001-04-20 04:26:05 +0000
committernyamatongwe <devnull@localhost>2001-04-20 04:26:05 +0000
commit62e5f76645051348cca787df91d8565da9bf0a55 (patch)
tree103d465a79c03cadbc1f85e12ee18d7b23ca2c41 /win32/makefile
parentfe1379d10fef2404bcbd68a9e51402752850e155 (diff)
downloadscintilla-mirror-62e5f76645051348cca787df91d8565da9bf0a55.tar.gz
*** empty log message ***
Diffstat (limited to 'win32/makefile')
-rw-r--r--win32/makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/win32/makefile b/win32/makefile
index eda592a7d..ff01961fc 100644
--- a/win32/makefile
+++ b/win32/makefile
@@ -37,8 +37,9 @@ clean:
deps:
$(CC) -MM $(CXXFLAGS) *.cxx ../src/*.cxx >deps.mak
-LEXOBJS = LexAda.o LexAVE.o LexConf.o LexCPP.o LexHTML.o LexLua.o \
- LexOthers.o LexPascal.o LexPerl.o LexPython.o LexSQL.o LexVB.o
+LEXOBJS=LexAda.o LexAVE.o LexConf.o LexCPP.o LexHTML.o \
+ LexLisp.o LexLua.o LexOthers.o LexPascal.o LexPerl.o \
+ LexPython.o LexSQL.o LexVB.o
SOBJS = ScintillaWin.o ScintillaBase.o Editor.o Document.o \
ContractionState.o CellBuffer.o CallTip.o \