]> git.saurik.com Git - wxWidgets.git/blobdiff - build/bakefiles/multilib.bkl
Various typos fixes and minor build system changes. After a rebake wxMSW should now...
[wxWidgets.git] / build / bakefiles / multilib.bkl
index 6c5ffd7c7f360c722fa0b829853ca444b2409495..748bf64c7c6a4fed7bf946bf9363394af2a7ec6d 100644 (file)
         <sources>$(WEB_SRC)</sources>
         <library>coredll</library>
         <library>basedll</library>
-        <ldlibs>$(EXTRALIBS_WEB)</ldlibs>
         <msvc-headers>$(WEB_HDR)</msvc-headers>
     </dll>
 
-    <!-- use this to conditonally link against htmldll with <library>: -->
-    <set var="webdll_library_link">
-        <if cond="SHARED=='1' and USE_GUI=='1' and USE_WEB=='1' and MONOLITHIC=='0'">webdll</if>
-    </set>
-
     <lib id="weblib" template="wx_lib"
          cond="SHARED=='0' and USE_GUI=='1' and USE_WEB=='1' and MONOLITHIC=='0'">
         <sources>$(WEB_SRC)</sources>