+ <wxshortcut id="wxqa" cond="MONOLITHIC=='0' and USE_QA=='1'"/>
+
+ <set var="MSVC6PRJ_MERGED_TARGETS_MULTILIB" append="1">qa=qalib+qadll</set>
+
+ <!-- ================================================================ -->
+ <!-- XML -->
+ <!-- ================================================================ -->
+
+ <dll id="xmldll" template="wx_base_dll"
+ cond="SHARED=='1' and MONOLITHIC=='0'">
+ <define>WXUSINGDLL</define>
+ <define>WXMAKINGDLL_XML</define>
+ <sources>$(XML_SRC)</sources>
+ <msvc-headers>$(XML_HDR)</msvc-headers>
+ <library>basedll</library>
+ <ldlibs>$(EXTRALIBS_XML)</ldlibs>
+ </dll>
+
+ <lib id="xmllib" template="wx_base_lib"
+ cond="SHARED=='0' and MONOLITHIC=='0'">
+ <sources>$(XML_SRC)</sources>
+ <msvc-headers>$(XML_HDR)</msvc-headers>
+ </lib>
+
+ <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>
+
+ <!-- ================================================================ -->
+ <!-- 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">
+ <include>$(TOP_SRCDIR)src/stc/scintilla/include</include>
+ <include>$(TOP_SRCDIR)src/stc/scintilla/src</include>
+ <define>__WX__</define>
+ <define>SCI_LEXER</define>
+ <define>LINK_LEXERS</define>
+ <cppflags-borland>-w-8027</cppflags-borland>
+ <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>
+