X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ddf9896893fd4908556916fcb05fecca440cdfb5..a40af6f9579ae53fa98ecf5dc7aaff700fd8920f:/build/bakefiles/multilib.bkl diff --git a/build/bakefiles/multilib.bkl b/build/bakefiles/multilib.bkl index 9803570a64..78561c9dda 100644 --- a/build/bakefiles/multilib.bkl +++ b/build/bakefiles/multilib.bkl @@ -1,26 +1,42 @@ + + + + + + + WXMAKINGDLL + __WXBASE__ + wxUSE_BASE=1 + wxUSE_GUI=0 + $(BASE_SRC) $(BASE_AND_GUI_SRC) + + + + __WXBASE__ + 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) + $(BASE_AND_GUI_SRC) $(CORE_SRC) + + base - $(BASE_SRC) $(CORE_SRC) + cond="SHARED=='0' and USE_GUI=='1' and MONOLITHIC=='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)