X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1e6b2edfc836c8867cb868e73d35f36a6e68f943..b7bfef380642a8afd3606ac1e6835bb3fb475051:/build/bakefiles/multilib.bkl diff --git a/build/bakefiles/multilib.bkl b/build/bakefiles/multilib.bkl index 02007a089a..93e5848a4e 100644 --- a/build/bakefiles/multilib.bkl +++ b/build/bakefiles/multilib.bkl @@ -129,6 +129,7 @@ <msvc-headers>$(MEDIA_HDR)</msvc-headers> <library>coredll</library> <library>basedll</library> + <ldlibs>$(EXTRALIBS_MEDIA)</ldlibs> </dll> <lib id="medialib" template="wx_lib" @@ -282,6 +283,31 @@ <set var="MSVC6PRJ_MERGED_TARGETS_MULTILIB" append="1">aui=auilib+auidll</set> + <!-- ================================================================ --> + <!-- PROPGRID --> + <!-- ================================================================ --> + + <dll id="propgriddll" template="wx_dll" + cond="SHARED=='1' and USE_PROPGRID=='1' and MONOLITHIC=='0'"> + <define>WXUSINGDLL</define> + <define>WXMAKINGDLL_PROPGRID</define> + <sources>$(PROPGRID_SRC)</sources> + <library>advdll</library> + <library>coredll</library> + <library>basedll</library> + <msvc-headers>$(PROPGRID_HDR)</msvc-headers> + </dll> + + <lib id="propgridlib" template="wx_lib" + cond="SHARED=='0' and USE_PROPGRID=='1' and MONOLITHIC=='0'"> + <sources>$(PROPGRID_SRC)</sources> + <msvc-headers>$(PROPGRID_HDR)</msvc-headers> + </lib> + + <wxshortcut id="wxpropgrid" cond="MONOLITHIC=='0' and USE_PROPGRID=='1'"/> + + <set var="MSVC6PRJ_MERGED_TARGETS_MULTILIB" append="1">propgrid=propgridlib+propgriddll</set> + <!-- ================================================================ --> <!-- RICHTEXT --> <!-- ================================================================ -->