X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c19d0121f6e3216f21990135ba7238f7e2fe2a53..8916d00747c8e7b704ad549afcd8d0f88b6d861e:/contrib/src/stc/makefile.b32 diff --git a/contrib/src/stc/makefile.b32 b/contrib/src/stc/makefile.b32 index 492b4e26df..7a74f314af 100644 --- a/contrib/src/stc/makefile.b32 +++ b/contrib/src/stc/makefile.b32 @@ -22,36 +22,45 @@ STCEXTRACPPFLAGS=-D__WX__ -DSCI_LEXER -I$(SCINTILLA)/include -I$(S) 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