diff options
| author | nyamatongwe <unknown> | 2000-06-12 03:06:13 +0000 |
|---|---|---|
| committer | nyamatongwe <unknown> | 2000-06-12 03:06:13 +0000 |
| commit | 1d16024c27da9af14054782ab26c0ddf1fc4a67a (patch) | |
| tree | e35a69833c7111293c5d97914c28a44922399f65 /win32/makefile_bor | |
| parent | b029a6f668cf98411be9123643d337bb000733c8 (diff) | |
| download | scintilla-mirror-1d16024c27da9af14054782ab26c0ddf1fc4a67a.tar.gz | |
Lua language support from Paul Winwood.
Diffstat (limited to 'win32/makefile_bor')
| -rw-r--r-- | win32/makefile_bor | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/win32/makefile_bor b/win32/makefile_bor index 9f4e948c1..e4790ffe5 100644 --- a/win32/makefile_bor +++ b/win32/makefile_bor @@ -35,7 +35,7 @@ SOBJS = ScintillaWin.obj ScintillaBase.obj Editor.obj Document.obj \ $(COMPONENT): $(SOBJS) ScintRes.res $(LD) -Tpd /c c0d32 $(SOBJS), $@, ,$(LDFLAGS), , ScintRes.res -LEXOBJS = LexCPP.obj LexHTML.obj LexOthers.obj LexPerl.obj LexPython.obj LexSQL.obj LexVB.obj +LEXOBJS = LexCPP.obj LexHTML.obj LexLua.obj LexOthers.obj LexPerl.obj LexPython.obj LexSQL.obj LexVB.obj LOBJS = ScintillaWinL.obj ScintillaBaseL.obj Editor.obj Document.obj \ ContractionState.obj CellBuffer.obj CallTip.obj \ @@ -86,6 +86,10 @@ LexHTML.obj: ..\src\LexHTML.cxx ..\include\Platform.h ..\include\PropSet.h ..\in ..\include\Scintilla.h ..\include\SciLexer.h $(CC) $(INCLUDEDIRS) $(CXXFLAGS) -c ..\src\$*.cxx -o$@ +LexLua.obj: ..\src\LexLua.cxx ..\include\Platform.h ..\include\PropSet.h ..\include\Accessor.h ..\include\KeyWords.h \ + ..\include\Scintilla.h ..\include\SciLexer.h + $(CC) $(INCLUDEDIRS) $(CXXFLAGS) -c ..\src\$*.cxx -o$@ + LexOthers.obj: ..\src\LexOthers.cxx ..\include\Platform.h ..\include\PropSet.h ..\include\Accessor.h ..\include\KeyWords.h \ ..\include\Scintilla.h ..\include\SciLexer.h $(CC) $(INCLUDEDIRS) $(CXXFLAGS) -c ..\src\$*.cxx -o$@ |
