]> git.saurik.com Git - wxWidgets.git/commitdiff
fixed compilation with bakefile-0.1.3 after my latest changes
authorVáclav Slavík <vslavik@fastmail.fm>
Thu, 1 Apr 2004 20:34:14 +0000 (20:34 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Thu, 1 Apr 2004 20:34:14 +0000 (20:34 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26573 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

build/bakefiles/common.bkl

index f1994cf9acb65fe443a2d37b97df23713f640838..a064a870d0a2bb9443fcb4a1c454177924f7f052 100644 (file)
@@ -4,6 +4,10 @@
 <makefile>
 
     <requires version="0.1.3"/>
+    <!-- FIXME: remove this kludge when upgraded to 0.1.4: -->
+    <if cond="BAKEFILE_VERSION=='0.1.3'">
+        <define-tag name="pic" rules="exe,dll,lib,module"/>
+    </if>
     
     <!-- bakefile modules we need: -->
     <using module="datafiles"/>