X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ddf9896893fd4908556916fcb05fecca440cdfb5..4fc5f509324d85f0d48586cdd9f326709cfc1bec:/build/bakefiles/multilib.bkl?ds=sidebyside diff --git a/build/bakefiles/multilib.bkl b/build/bakefiles/multilib.bkl index 9803570a64..d661d44421 100644 --- a/build/bakefiles/multilib.bkl +++ b/build/bakefiles/multilib.bkl @@ -1,26 +1,42 @@ + + + + + + + WXMAKINGDLL + wxUSE_BASE=1 + wxUSE_GUI=0 + $(BASE_SRC) $(BASE_AND_GUI_SRC) + + + + wxUSE_BASE=1 + wxUSE_GUI=0 + $(BASE_SRC) $(BASE_AND_GUI_SRC) + + cond="SHARED=='1' and USE_GUI=='1' and MONOLITHIC=='0'"> WXMAKINGDLL - $(BASE_SRC) $(CORE_SRC) - - $(LIB_ZLIB) - $(LIB_REGEX) - $(LIB_PNG) - $(LIB_JPEG) - $(LIB_TIFF) - $(LIB_ODBC) + wxUSE_BASE=0 + $(BASE_AND_GUI_SRC) $(CORE_SRC) + + base - $(BASE_SRC) $(CORE_SRC) + cond="SHARED=='0' and USE_GUI=='1' and MONOLITHIC=='0'"> + wxUSE_BASE=0 + $(BASE_AND_GUI_SRC) $(CORE_SRC) @@ -29,14 +45,15 @@ + cond="SHARED=='1' and USE_GUI=='1' and MONOLITHIC=='0'"> WXMAKINGDLL $(HTML_SRC) core + base + cond="SHARED=='0' and USE_GUI=='1' and MONOLITHIC=='0'"> $(HTML_SRC)