X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7c4728f63395c3641aa62f2b549ee693eb8be978..a0af0d98b5bb65da9f6b64a90dc3cfb642ee188e:/build/bakefiles/monolithic.bkl diff --git a/build/bakefiles/monolithic.bkl b/build/bakefiles/monolithic.bkl index cd043384ac..a5ea3ae4cd 100644 --- a/build/bakefiles/monolithic.bkl +++ b/build/bakefiles/monolithic.bkl @@ -3,7 +3,9 @@ - $(CORE_SRC) $(HTML_SRC) + + $(CORE_SRC) $(ADVANCED_SRC) $(HTML_SRC) $(ODBC_SRC) $(DBGRID_SRC) + $(BASE_SRC) $(BASE_AND_GUI_SRC) $(NET_SRC) $(MONOLIB_GUI_SRC) $(XML_SRC) @@ -13,15 +15,18 @@ cond="SHARED=='1' and MONOLITHIC=='1'"> wxUSE_BASE=1 WXMAKINGDLL - $(MONOLIB_SRC) - $(ALL_HEADERS) + $(MONOLIB_SRC) $(PLUGIN_MONOLIB_SRC) $(EXTRALIBS_XML) + $(EXTRALIBS_HTML) + $(EXTRALIBS_ODBC) + $(PLUGIN_MONOLIB_EXTRALIBS) + $(ALL_HEADERS) wxUSE_BASE=1 - $(MONOLIB_SRC) + $(MONOLIB_SRC) $(PLUGIN_MONOLIB_SRC) $(ALL_HEADERS)