+ <set var="MSVC6PRJ_MERGED_TARGETS_MULTILIB" append="1">html=htmllib+htmldll</set>
+
+ <!-- ================================================================ -->
+ <!-- OpenGL -->
+ <!-- ================================================================ -->
+
+ <!-- included by wx.bkl from opengl.bkl -->
+
+ <set var="MSVC6PRJ_MERGED_TARGETS_MULTILIB" append="1">gl=gllib+gldll</set>
+
+
+ <!-- ================================================================ -->
+ <!-- QA -->
+ <!-- ================================================================ -->
+
+ <dll id="qadll" template="wx_dll"
+ cond="SHARED=='1' and USE_GUI=='1' and USE_QA=='1' and MONOLITHIC=='0'">
+ <define>WXUSINGDLL</define>
+ <define>WXMAKINGDLL_QA</define>
+ <sources>$(QA_SRC)</sources>
+ <msvc-headers>$(QA_HDR)</msvc-headers>
+ <library>coredll</library>
+ <library>basedll</library>
+ <library>xmldll</library>
+ </dll>
+
+ <lib id="qalib" template="wx_lib"
+ cond="SHARED=='0' and USE_GUI=='1' and USE_QA=='1' and MONOLITHIC=='0'">
+ <sources>$(QA_SRC)</sources>
+ <msvc-headers>$(QA_HDR)</msvc-headers>
+ </lib>
+
+ <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>
+
+ <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>
+ <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>
+
+ <set var="MSVC6PRJ_MERGED_TARGETS_MULTILIB" append="1">xrc=xrclib+xrcdll</set>
+