diff options
| author | nyamatongwe <devnull@localhost> | 2001-09-19 13:33:23 +0000 |
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2001-09-19 13:33:23 +0000 |
| commit | 9584e2317deeb9dbcc7f8e6210bdc45c1e9862f7 (patch) | |
| tree | ad51a5acbf59fae2561cc0b149d2a051d13f3ec7 /win32/makefile | |
| parent | 70c7022aeebd2a10074849e4f74ffed1eaacdda1 (diff) | |
| download | scintilla-mirror-9584e2317deeb9dbcc7f8e6210bdc45c1e9862f7.tar.gz | |
Inclusion of nncrontab lexer into builds.
Diffstat (limited to 'win32/makefile')
| -rw-r--r-- | win32/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/makefile b/win32/makefile index e5bc921d0..0d144bcf2 100644 --- a/win32/makefile +++ b/win32/makefile @@ -37,7 +37,7 @@ clean: deps: $(CC) -MM $(CXXFLAGS) *.cxx ../src/*.cxx >deps.mak -LEXOBJS=LexAda.o LexAVE.o LexConf.o LexCPP.o LexEiffel.o LexHTML.o \ +LEXOBJS=LexAda.o LexAVE.o LexConf.o LexCPP.o LexCrontab.o LexEiffel.o LexHTML.o \ LexLisp.o LexLua.o LexOthers.o LexPascal.o LexPerl.o \ LexPython.o LexRuby.o LexSQL.o LexVB.o |
