<set var="MSVC6PRJ_MERGED_TARGETS_MULTILIB" append="1">html=htmllib+htmldll</set>
+ <!-- ================================================================ -->
+ <!-- wxWEB -->
+ <!-- ================================================================ -->
+
+ <dll id="webdll" template="wx_dll"
+ cond="SHARED=='1' and USE_GUI=='1' and USE_WEB=='1' and MONOLITHIC=='0'">
+ <define>WXUSINGDLL</define>
+ <define>WXMAKINGDLL_WEB</define>
+ <sources>$(WEB_SRC)</sources>
+ <library>coredll</library>
+ <library>basedll</library>
+ <msvc-headers>$(WEB_HDR)</msvc-headers>
+ </dll>
+
+ <lib id="weblib" template="wx_lib"
+ cond="SHARED=='0' and USE_GUI=='1' and USE_WEB=='1' and MONOLITHIC=='0'">
+ <sources>$(WEB_SRC)</sources>
+ <msvc-headers>$(WEB_HDR)</msvc-headers>
+ </lib>
+
+ <wxshortcut id="wxweb" cond="MONOLITHIC=='0' and USE_WEB=='1'"/>
+
+ <set var="MSVC6PRJ_MERGED_TARGETS_MULTILIB" append="1">web=weblib+webdll</set>
+
<!-- ================================================================ -->
<!-- OpenGL -->
<!-- ================================================================ -->