summaryrefslogtreecommitdiff
path: root/bakefile
Commit message (Collapse)AuthorAgeFilesLines
* Fix libz and liblzma detectionNick Wellnhofer2017-11-271-1/+0
| | | | | | | | | If libz or liblzma are detected with pkg-config, AC_CHECK_HEADERS must not be run because the correct CPPFLAGS aren't set. It is actually not required have separate checks for LIBXML_ZLIB_ENABLED and HAVE_ZLIB_H. Only check for LIBXML_ZLIB_ENABLED and remove HAVE_ZLIB_H macro. Fixes bug 764657, bug 787041.
* Bug 571059 – MSVC doesn't work with the bakefileIntron2009-08-071-2/+2
| | | | | * bakefile/libxml2.bkl: MSVC 2008 Ex will report that it cannot find "config.h", should be fixed with patch
* files for the Bakefile generator for Makefiles from Francesco MontorsiDaniel Veillard2005-01-273-0/+856
* bakefile/Readme.txt bakefile/Bakefiles.bkgen bakefile/libxml2.bkl: files for the Bakefile generator for Makefiles from Francesco Montorsi * win32/configure.js: fixes for Windows compilation with non-default flags by Joel Reed Daniel