- *ccross*; specify configuration file (cross.ini) using command line argument - *ccross*; added support for defining environment variables in 'cross.ini' - *wafinstall*; allways create 'extras' directory (required for 'compiler_c' tool)
0.3.4
- *msdev*, *makefile*; only export projects for selected targets (e.g. --targets=a,b,) - *wafinstall*; by default do not install files from waflib/Tools/extras (i.e. --tools=None), add missing __init__.py file to waflib/Tools/extras.
0.3.3
- *wafinstall*; corrected detection of compression of the waf archive (gz or bz2) - *makefile*; several fixes and improvements:
- handle cflags in task generator being specified as string - added support for read_shlib() - only build C/C++ tasks - use correct makefile, build directory and libpaths for variants (cross-compile)
- *eclipse*; several fixes and improvements:
- added support for library task generators exporting headers only (i.e. no source) - added missing external libraries in project; use 'lib' from task generator, added support for read_shlib(), a.k.a. *fake_lib*
0.3.2
- issue5_; fixed detection of (cross)compilers in *ccross* module when using waf-1.8.x