<msvc-headers>$(MEDIA_HDR)</msvc-headers>
<library>coredll</library>
<library>basedll</library>
-
- <!--
- <if cond="FORMAT!='autoconf'">
- <if cond="FORMAT!='borland' and FORMAT!='msevc4prj'">
- <sys-lib>strmiids</sys-lib>
- </if>
- </if>
- -->
</dll>
<lib id="medialib" template="wx_lib"
<!-- ================================================================ -->
<dll id="htmldll" template="wx_dll"
- cond="SHARED=='1' and USE_HTML=='1' and MONOLITHIC=='0'">
+ cond="SHARED=='1' and USE_GUI=='1' and USE_HTML=='1' and MONOLITHIC=='0'">
<define>WXUSINGDLL</define>
<define>WXMAKINGDLL_HTML</define>
<sources>$(HTML_SRC)</sources>
</dll>
<lib id="htmllib" template="wx_lib"
- cond="SHARED=='0' and USE_HTML=='1' and MONOLITHIC=='0'">
+ cond="SHARED=='0' and USE_GUI=='1' and USE_HTML=='1' and MONOLITHIC=='0'">
<sources>$(HTML_SRC)</sources>
<msvc-headers>$(HTML_HDR)</msvc-headers>
</lib>