diff -r 000000000000 -r dd21522fd290 webengine/osswebengine/Bakefiles/ChangeLog --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/webengine/osswebengine/Bakefiles/ChangeLog Mon Mar 30 12:54:55 2009 +0300 @@ -0,0 +1,35 @@ +2006-10-09 Krzysztof Kowalczyk + + Reviewed by Geoff. + + Improve gdk build compiler options. + + * Bakefiles.bkgen: + * presets.bkl: + +2006-10-03 Mark Rowe + + Reviewed by Eric. + + Stop Bakefile-generated Makefile from running pkg-config multiple times per file. + + * presets.bkl: Make use of "options" and Python commands to run pkg-config etc up front. + +2006-05-11 Kevin M. Ollivier + + - http://bugs.webkit.org/show_bug.cgi?id=8528 + Bakefiles (and generated Makefiles) for wx and gdk ports + + * Readme.txt: + Added file introducing the Bakefile build system and detailing how it works. + + * Bakefiles.bkgen: + Added Bakefile build configuration file + + * update-file-lists.py: + Added script to generate cross-platform sources list from Win VCProject files. + + * presets.bkl: + Added Bakefile containing templates for WebCore pre-requisites, like + libxml/xslt, ICU, etc. This file contains the logic for determining the + correct build settings for those projects on each platform.