diff options
author | nyamatongwe <unknown> | 2000-03-16 11:32:37 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2000-03-16 11:32:37 +0000 |
commit | da55fb1293a9c2ae87db143c6d1a1640aa5f934f (patch) | |
tree | 668348e8e6e422f83c5751027b15d90a7585879c /win32/makefile_bor | |
parent | c6448c737bf1242afa44a7fa9f155e2a6b257d70 (diff) | |
download | scintilla-mirror-da55fb1293a9c2ae87db143c6d1a1640aa5f934f.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 |