]> git.saurik.com Git - wxWidgets.git/commitdiff
Post-0.2.6 version of Bakefile is required.
authorVáclav Slavík <vslavik@fastmail.fm>
Thu, 22 Oct 2009 06:43:52 +0000 (06:43 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Thu, 22 Oct 2009 06:43:52 +0000 (06:43 +0000)
This is because of two recent changes: addition of the 'ribbon'
library (with filenames shared with other libs) and unconditional
enabling of debug info with VC++. Both of these uncovered bugs
in Bakefile's VC++ support that weren't fixed until after 0.2.6.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62468 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

build/bakefiles/common.bkl

index 56082c51452f6678091085c94f0c1357a0bece10..ab78d55f42b7ee2f4ad7a569133646c01fa8d389 100644 (file)
@@ -3,7 +3,7 @@
 
 <makefile>
 
-    <requires version="0.2.3"/>
+    <requires version="0.2.7"/>
 
     <!-- bakefile modules we need: -->
     <using module="datafiles"/>