X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d134f1702e983b6588c5783b10a401e8bdb69314..a111f2b216a90bacb254644d3cae526eddc9f9f1:/src/stc/makefile.b32 diff --git a/src/stc/makefile.b32 b/src/stc/makefile.b32 index 0d86478b7c..492b4e26df 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,37 +22,36 @@ 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 \ - 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 \ - PropSet.obj \ - PosRegExp.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 \ + 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 \ !include $(WXDIR)\src\makelib.b32