Re: ANN: 0.2.6 pre-release
Francesco Montorsi <[email protected]> Fri, 27 Mar 2009 13:24:38 +0100
| Newsgroups | gmane.comp.sysutils.bakefile.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi, Vaclav Slavik ha scritto: > Hi, > > I uploaded pre-release packages for 0.2.6: > https://sourceforge.net/project/showfiles.php?group_id=83016&package_id=85308&release_id=671271 > > The changelog is here: > http://www.bakefile.org/browser/bakefile/trunk/NEWS > > As usual, the plan is to release 0.2.6 in a week or so if there are no > non-trivial problems with these packages. it would be very nice for wxCode devs (and other wxWidgets devs) to have http://www.bakefile.org/ticket/236 in this release... In fact currently lots of bakefiles.bkgen files for wx-based apps contains a line like: <add-flags>-I %WXWIN%/build/bakefiles/wxpresets</add-flags> The WXWIN env var is very useful to avoid using absolute paths in files which are placed in the SVN repo. Also, many devs don't like / don't want to know about the build system and thus using the environment variable is better than using <include file="Bakefiles.bkgen.local" ignore_missing="1"/> and put the <adds-flags>-I myabsolutepath</add-flags> in the Bakefiles.bkgen.local... Also the patch makes bakefile_gen a little smarter about expression evaluation... Francesco ------------------------------------------------------------------------------