]> git.saurik.com Git - wxWidgets.git/commitdiff
fix dependencies
authorVáclav Slavík <vslavik@fastmail.fm>
Mon, 30 Jun 2003 23:46:11 +0000 (23:46 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Mon, 30 Jun 2003 23:46:11 +0000 (23:46 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21539 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

build/bakefiles/multilib.bkl

index d661d444213384cbd0475f9cc3150b0671b25286..f61aab6618d838692d596e8d8bab3c1d854fa2cd 100644 (file)
@@ -29,8 +29,7 @@
         <define>WXMAKINGDLL</define>
         <define>wxUSE_BASE=0</define> 
         <sources>$(BASE_AND_GUI_SRC) $(CORE_SRC)</sources>
-        
-        <wx-lib>base</wx-lib>
+        <library>basedll</library>
     </dll>
     
     <lib id="corelib" template="wx_lib"
@@ -48,8 +47,8 @@
          cond="SHARED=='1' and USE_GUI=='1' and MONOLITHIC=='0'">
         <define>WXMAKINGDLL</define>
         <sources>$(HTML_SRC)</sources>
-        <wx-lib>core</wx-lib>
-        <wx-lib>base</wx-lib>
+        <library>coredll</library>
+        <library>basedll</library>
     </dll>
     
     <lib id="htmllib" template="wx_lib"