Post-0.2.6 version of Bakefile is required.

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
This commit is contained in:
Václav Slavík
2009-10-22 06:43:52 +00:00
parent 0a327b9c5c
commit 00100882f5

View File

@@ -3,7 +3,7 @@
<makefile>
<requires version="0.2.3"/>
<requires version="0.2.7"/>
<!-- bakefile modules we need: -->
<using module="datafiles"/>