Bakefile Changelog

What's new in Bakefile 0.2.8

Dec 22, 2009
  • fixed incorrect compiler flags for debug info without debug runtime

New in Bakefile 0.2.6 (Apr 8, 2009)

  • autoconf: fixed dependencies support for traditional Unix compilers
  • autoconf: correct shared library extension under HP-UX ia64
  • autoconf: added support for new (10 and 11) Intel C/C++ compiler versions
  • watcom: fixes for OpenWatcom 1.8 (Jiri Malak, #238)
  • fixed assert failure with wxWidgets' presets (#230)
  • msvs*prj: pass preprocessor flags to IDL compiler (#240)
  • msvs*prj: define WIN32 preprocessor symbol
  • fixed 100% CPU usage in bakefile_gen
  • added tag to support Visual Studio debugger's Edit and Continue feature
  • msvs*prj: allow overriding names of .vcproj files using MSVS_PROJECT_FILE variable (#224)

New in Bakefile 0.2.5 (Oct 24, 2008)

  • msvs2003prj, msvs2005prj: fixed PCH handling broken in 0.2.4
  • mingw: fixed C compiler invocation broken in 0.2.4 (#231)