]> git.saurik.com Git - wxWidgets.git/commitdiff
require bakefile 0.2.2 and not 0.2.1 and do it for all platforms (part of patch 1604462)
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 10 Mar 2007 17:29:14 +0000 (17:29 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 10 Mar 2007 17:29:14 +0000 (17:29 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44729 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

build/bakefiles/wxpresets/presets/wx.bkl
build/bakefiles/wxpresets/presets/wx_win32.bkl

index 2d5b9a856264ab71f02323bf79f171890f157645..46ba952ef52cabdb9657b8692db795efe37e053c 100644 (file)
@@ -97,6 +97,9 @@
 
 <makefile>
 
+    <requires version="0.2.2"/>
+
+
     <!-- this variable identifies the version of the wx presets.
          this is changed only when major changes to wxpresets take place. -->
     <set var="WX_PRESETS_VERSION">4</set>
index 5f295c629349dec4b75d33c282142fa6bd8cac48..39b4e57820cb91644e637f97ac32fdefec1324ca 100644 (file)
@@ -12,7 +12,6 @@
 
 <makefile>
 
-    <requires version="0.2.1"/>
 
     <!--                        OPTIONS                             -->
     <!--                                                            -->