+ <!-- ================================================================ -->
+ <!-- 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>
+
+ <wxshortcut id="wxrichtext" cond="MONOLITHIC=='0' and USE_RICHTEXT=='1'"/>
+
+ <set var="MSVC6PRJ_MERGED_TARGETS_MULTILIB" append="1">richtext=richtextlib+richtextdll</set>
+
+ <!-- ================================================================ -->
+ <!-- STC -->
+ <!-- ================================================================ -->
+
+ <template id="stc_base" template="wxscintilla_cppflags">
+ <library>wxscintilla</library>
+ </template>
+
+ <dll id="stcdll" template="wx_dll,stc_base"
+ cond="SHARED=='1' and USE_STC=='1' and MONOLITHIC=='0'">
+ <define>WXUSINGDLL</define>
+ <define>WXMAKINGDLL_STC</define>
+ <sources>$(STC_SRC)</sources>
+ <library>coredll</library>
+ <library>basedll</library>
+ <msvc-headers>$(STC_HDR)</msvc-headers>
+ </dll>
+
+ <lib id="stclib" template="wx_lib,stc_base"
+ cond="SHARED=='0' and USE_STC=='1' and MONOLITHIC=='0'">
+ <sources>$(STC_SRC)</sources>
+ <msvc-headers>$(STC_HDR)</msvc-headers>
+ </lib>
+
+ <wxshortcut id="wxstc" cond="MONOLITHIC=='0' and USE_STC=='1'"/>
+
+ <set var="MSVC6PRJ_MERGED_TARGETS_MULTILIB" append="1">stc=stclib+stcdll</set>
+