<define>WXMAKINGDLL_ADV</define>
<sources>$(ADVANCED_SRC) $(PLUGIN_ADV_SRC)</sources>
<msvc-headers>$(ADVANCED_HDR)</msvc-headers>
+ <library>htmldll</library>
+ <library>xmldll</library>
<library>coredll</library>
<library>basedll</library>
<ldlibs>$(PLUGIN_ADV_EXTRALIBS)</ldlibs>
<!-- ================================================================= -->
<dll id="mediadll" template="wx_dll"
- cond="SHARED=='1' and USE_GUI=='1' and MONOLITHIC=='0'">
+ cond="SHARED=='1' and USE_MEDIA=='1' and USE_GUI=='1' and MONOLITHIC=='0'">
<define>WXUSINGDLL</define>
<define>WXMAKINGDLL_MEDIA</define>
<sources>$(MEDIA_SRC)</sources>
</dll>
<lib id="medialib" template="wx_lib"
- cond="SHARED=='0' and USE_GUI=='1' and MONOLITHIC=='0'">
+ cond="SHARED=='0' and USE_MEDIA=='1' and USE_GUI=='1' and MONOLITHIC=='0'">
<sources>$(MEDIA_SRC)</sources>
<msvc-headers>$(MEDIA_HDR)</msvc-headers>
</lib>
<define>WXMAKINGDLL_QA</define>
<sources>$(QA_SRC)</sources>
<msvc-headers>$(QA_HDR)</msvc-headers>
+ <library>coredll</library>
<library>basedll</library>
<library>xmldll</library>
</dll>