X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b00786ec12dfb0141d7deb6a4e2235a95a9c26f7..da8b1d4b3b535aba94d04494f5b6e2b3e47901ee:/build/bakefiles/monolithic.bkl diff --git a/build/bakefiles/monolithic.bkl b/build/bakefiles/monolithic.bkl index 9423b6e6d4..60dab23377 100644 --- a/build/bakefiles/monolithic.bkl +++ b/build/bakefiles/monolithic.bkl @@ -1,25 +1,56 @@ - + - $(CORE_SRC) $(HTML_SRC) + + $(CORE_SRC) $(ADVANCED_SRC) $(MEDIA_SRC) $(HTML_SRC) $(QA_SRC) + $(XRC_SRC) $(AUI_SRC) $(PROPGRID_SRC) $(RIBBON_SRC) $(RICHTEXT_SRC) + $(STC_SRC) + - $(BASE_SRC) $(BASE_AND_GUI_SRC) $(MONOLIB_GUI_SRC) + $(BASE_SRC) $(BASE_AND_GUI_SRC) $(NET_SRC) $(MONOLIB_GUI_SRC) $(XML_SRC) - wxUSE_BASE=1 + wxUSE_BASE=1 WXMAKINGDLL - $(MONOLIB_SRC) + $(MONOLIB_SRC) $(PLUGIN_MONOLIB_SRC) + $(EXTRALIBS_XML) + $(EXTRALIBS_HTML) + $(EXTRALIBS_MEDIA) + $(PLUGIN_MONOLIB_EXTRALIBS) + $(ALL_HEADERS) + + $(TOP_SRCDIR)src/stc/scintilla/include + $(TOP_SRCDIR)src/stc/scintilla/src + __WX__ + SCI_LEXER + LINK_LEXERS + $(wxscintilla_library_link) - + - wxUSE_BASE=1 - $(MONOLIB_SRC) + wxUSE_BASE=1 + $(MONOLIB_SRC) $(PLUGIN_MONOLIB_SRC) + $(ALL_HEADERS) + + 8192 + + + $(TOP_SRCDIR)src/stc/scintilla/include + $(TOP_SRCDIR)src/stc/scintilla/src + __WX__ + SCI_LEXER + LINK_LEXERS + + mono=monolib+monodll + + gl=gllib+gldll +