X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f6bcfd974ef26faf6f91a62cac09827e09463fd1..af4088f1bebd177c33a085f892062fd1d5c64d88:/src/stc/makefile.b32?ds=sidebyside diff --git a/src/stc/makefile.b32 b/src/stc/makefile.b32 index 6f5703b7dc..7a74f314af 100644 --- a/src/stc/makefile.b32 +++ b/src/stc/makefile.b32 @@ -14,6 +14,7 @@ WXDIR = $(WXWIN) SCINTILLA=.\scintilla + S=$(SCINTILLA)\src STCEXTRACPPFLAGS=-D__WX__ -DSCI_LEXER -I$(SCINTILLA)/include -I$(S) @@ -21,35 +22,45 @@ STCEXTRACPPFLAGS=-D__WX__ -DSCI_LEXER -I$(SCINTILLA)/include -I$(S) LIBTARGET=$(WXDIR)\contrib\lib\stc.lib OBJECTS = \ - Accessor.obj \ - AutoComplete.obj \ - CallTip.obj \ - CellBuffer.obj \ - ContractionState.obj \ - Document.obj \ + AutoComplete.obj \ + CallTip.obj \ + CellBuffer.obj \ + ContractionState.obj \ + Document.obj \ DocumentAccessor.obj \ - Editor.obj \ - Indicator.obj \ - KeyMap.obj \ - KeyWords.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 \ - ScintillaBase.obj \ - Style.obj \ + LineMarker.obj \ + PropSet.obj \ + RESearch.obj \ + ScintillaBase.obj \ + Style.obj \ + StyleContext.obj \ UniConversion.obj \ - ViewStyle.obj \ + ViewStyle.obj \ WindowAccessor.obj \ - \ - PlatWX.obj \ - ScintillaWX.obj \ - stc.obj \ + \ + PlatWX.obj \ + ScintillaWX.obj \ + stc.obj \ !include $(WXDIR)\src\makelib.b32