+
+ <wxshortcut id="wxxml" cond="MONOLITHIC=='0'"/>
+
+ <set var="MSVC6PRJ_MERGED_TARGETS_MULTILIB" append="1">xml=xmllib+xmldll</set>
+
+ <!-- ================================================================ -->
+ <!-- XRC -->
+ <!-- ================================================================ -->
+
+ <dll id="xrcdll" template="wx_dll"
+ cond="SHARED=='1' and USE_XRC=='1' and MONOLITHIC=='0'">
+ <define>WXUSINGDLL</define>
+ <define>WXMAKINGDLL_XRC</define>
+ <sources>$(XRC_SRC)</sources>
+ <library>$(htmldll_library_link)</library>
+ <library>advdll</library>
+ <library>coredll</library>
+ <library>xmldll</library>
+ <library>basedll</library>
+ <msvc-headers>$(XRC_HDR)</msvc-headers>
+ </dll>
+
+ <lib id="xrclib" template="wx_lib"
+ cond="SHARED=='0' and USE_XRC=='1' and MONOLITHIC=='0'">
+ <sources>$(XRC_SRC)</sources>
+ <msvc-headers>$(XRC_HDR)</msvc-headers>
+ </lib>
+
+ <wxshortcut id="wxxrc" cond="MONOLITHIC=='0' and USE_XRC=='1'"/>
+
+ <set var="MSVC6PRJ_MERGED_TARGETS_MULTILIB" append="1">xrc=xrclib+xrcdll</set>
+
+ <!-- ================================================================ -->
+ <!-- AUI -->
+ <!-- ================================================================ -->
+
+ <dll id="auidll" template="wx_dll"
+ cond="SHARED=='1' and USE_AUI=='1' and MONOLITHIC=='0'">
+ <define>WXUSINGDLL</define>
+ <define>WXMAKINGDLL_AUI</define>
+ <sources>$(AUI_SRC)</sources>
+ <library>advdll</library>
+ <library>coredll</library>
+ <library>basedll</library>
+ <msvc-headers>$(AUI_HDR)</msvc-headers>
+ </dll>
+
+ <lib id="auilib" template="wx_lib"
+ cond="SHARED=='0' and USE_AUI=='1' and MONOLITHIC=='0'">
+ <sources>$(AUI_SRC)</sources>
+ <msvc-headers>$(AUI_HDR)</msvc-headers>
+ </lib>
+
+ <wxshortcut id="wxaui" cond="MONOLITHIC=='0' and USE_AUI=='1'"/>
+
+ <set var="MSVC6PRJ_MERGED_TARGETS_MULTILIB" append="1">aui=auilib+auidll</set>
+
+ <!-- ================================================================ -->
+ <!-- RIBBON -->
+ <!-- ================================================================ -->
+
+ <dll id="ribbondll" template="wx_dll"
+ cond="SHARED=='1' and USE_RIBBON=='1' and MONOLITHIC=='0'">
+ <define>WXUSINGDLL</define>
+ <define>WXMAKINGDLL_RIBBON</define>
+ <sources>$(RIBBON_SRC)</sources>
+ <library>advdll</library>
+ <library>coredll</library>
+ <library>basedll</library>
+ <msvc-headers>$(RIBBON_HDR)</msvc-headers>
+ </dll>
+
+ <lib id="ribbonlib" template="wx_lib"
+ cond="SHARED=='0' and USE_RIBBON=='1' and MONOLITHIC=='0'">
+ <sources>$(RIBBON_SRC)</sources>
+ <msvc-headers>$(RIBBON_HDR)</msvc-headers>
+ </lib>
+
+ <wxshortcut id="wxribbon" cond="MONOLITHIC=='0' and USE_RIBBON=='1'"/>
+
+ <set var="MSVC6PRJ_MERGED_TARGETS_MULTILIB" append="1">ribbon=ribbonlib+ribbondll</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 -->
+ <!-- ================================================================ -->
+
+ <dll id="richtextdll" template="wx_dll"
+ cond="SHARED=='1' and USE_RICHTEXT=='1' and MONOLITHIC=='0'">
+ <define>WXUSINGDLL</define>
+ <define>WXMAKINGDLL_RICHTEXT</define>
+ <sources>$(RICHTEXT_SRC)</sources>
+ <library>advdll</library>
+ <library>$(htmldll_library_link)</library>
+ <library>xmldll</library>
+ <library>coredll</library>
+ <library>basedll</library>
+ <msvc-headers>$(RICHTEXT_HDR)</msvc-headers>
+ </dll>
+
+ <lib id="richtextlib" template="wx_lib"
+ cond="SHARED=='0' and USE_RICHTEXT=='1' and MONOLITHIC=='0'">
+ <sources>$(RICHTEXT_SRC)</sources>
+ <msvc-headers>$(RICHTEXT_HDR)</msvc-headers>
+ </lib>