diff options
| author | nyamatongwe <devnull@localhost> | 2000-03-16 11:32:37 +0000 |
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2000-03-16 11:32:37 +0000 |
| commit | 9f269884e78e6ed2005dd21b70bc0bdc0dcc66e0 (patch) | |
| tree | 668348e8e6e422f83c5751027b15d90a7585879c /win32/makefile_bor | |
| parent | 8d780d612d2cd45e1e034a90cbf430389ec5fc8e (diff) | |
| download | scintilla-mirror-9f269884e78e6ed2005dd21b70bc0bdc0dcc66e0.tar.gz | |
Added Lex* files.
Diffstat (limited to 'win32/makefile_bor')
| -rw-r--r-- | win32/makefile_bor | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/win32/makefile_bor b/win32/makefile_bor index 0b2cda968..a263d629e 100644 --- a/win32/makefile_bor +++ b/win32/makefile_bor @@ -34,10 +34,12 @@ SOBJS = ScintillaWin.obj ScintillaBase.obj Editor.obj Document.obj \ $(COMPONENT): $(SOBJS) ScintRes.res $(LD) -Tpd /c c0d32 $(SOBJS), $(COMPONENT), ,$(LDFLAGS), , ScintRes.res +LEXOBJS = LexCPP.obj LexHTML.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 \ PlatWin.obj KeyMap.obj Indicator.obj LineMarker.obj Style.obj \ - ViewStyle.obj AutoComplete.obj KeyWords.obj Accessor.obj PropSet.obj + ViewStyle.obj AutoComplete.obj KeyWords.obj Accessor.obj PropSet.obj $(LEXOBJS) $(LEXCOMPONENT): $(LOBJS) $(LD) -Tpd /c c0d32 $(LOBJS), $(LEXCOMPONENT), ,$(LDFLAGS), , ScintRes.res |
