LIBTARGET=$(WXDIR)\contrib\lib\stc.lib
OBJECTS = \
- AutoComplete.obj \
- CallTip.obj \
- CellBuffer.obj \
- ContractionState.obj \
- Document.obj \
- DocumentAccessor.obj \
- Editor.obj \
- Indicator.obj \
- KeyMap.obj \
- KeyWords.obj \
- LexCPP.obj \
- LexHTML.obj \
- LexLua.obj \
- LexOthers.obj \
- LexPerl.obj \
- LexPython.obj \
- LexSQL.obj \
- LexVB.obj \
- LineMarker.obj \
- PosRegExp.obj \
- PropSet.obj \
- ScintillaBase.obj \
- Style.obj \
- UniConversion.obj \
- ViewStyle.obj \
- WindowAccessor.obj \
- \
- PlatWX.obj \
- ScintillaWX.obj \
- stc.obj \
+ AutoComplete.obj \
+ CallTip.obj \
+ CellBuffer.obj \
+ ContractionState.obj \
+ Document.obj \
+ DocumentAccessor.obj \
+ Editor.obj \
+ Indicator.obj \
+ KeyMap.obj \
+ KeyWords.obj \
+ LexAVE.obj \
+ LexAda.obj \
+ LexCPP.obj \
+ LexConf.obj \
+ LexCrontab.obj \
+ LexEiffel.obj \
+ LexHTML.obj \
+ LexLisp.obj \
+ LexLua.obj \
+ LexOthers.obj \
+ LexPascal.obj \
+ LexPerl.obj \
+ LexPython.obj \
+ LexRuby.obj \
+ LexSQL.obj \
+ LexVB.obj \
+ LineMarker.obj \
+ PropSet.obj \
+ RESearch.obj \
+ ScintillaBase.obj \
+ Style.obj \
+ StyleContext.obj \
+ UniConversion.obj \
+ ViewStyle.obj \
+ WindowAccessor.obj \
+ \
+ PlatWX.obj \
+ ScintillaWX.obj \
+ stc.obj \
!include $(WXDIR)\src\makelib.b32