]> git.saurik.com Git - wxWidgets.git/blobdiff - build/bakefiles/multilib.bkl
Committing in .
[wxWidgets.git] / build / bakefiles / multilib.bkl
index 5cd3ef0d6aa155aac71897320e34b2d7bb4b36e8..d41d4500b484d0ae5830a39c3cc6dcc9b12bd2ca 100644 (file)
         <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>