]> git.saurik.com Git - wxWidgets.git/commitdiff
...and so must 3rd party libs
authorVáclav Slavík <vslavik@fastmail.fm>
Sat, 5 Jul 2003 14:25:35 +0000 (14:25 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Sat, 5 Jul 2003 14:25:35 +0000 (14:25 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21665 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

build/bakefiles/common.bkl

index 6ed713a200997294c6898bbb4da0490eab7de77a..e26b092c5d0578d84ad16fd6956c2ddc22a65efd 100644 (file)
         <if cond="FORMAT!='autoconf' and UNICODE=='1'">wxUSE_UNICODE=1</if>
     </set>
 
-    <template id="anything">
+    <template id="common_settings">
         <debug-info>$(DEBUGFLAG)</debug-info>
         <optimize>$(OPTIMIZEFLAG)</optimize>
         <threading>multi</threading>
         </if>
     </template>
 
-    <template id="3rdparty_lib" template="anylib">
+    <template id="3rdparty_lib" template="common_settings,anylib">
         <libname>$(id)$(WXDEBUGFLAG)</libname>
     </template>
 
     <!--                  Templates for wxWindows libs:                  -->
     <!-- =============================================================== -->
 
-    <template id="wx" template="anything">
+    <template id="wx" template="common_settings">
         <set var="wxid">$(wxwin.mk_wxid(id))</set>
         <define>__WX$(TOOLKIT)__</define>
         <define>$(WXUNIV_DEFINE)</define>