equal
deleted
inserted
replaced
|
1 2006-10-09 Krzysztof Kowalczyk <kkowalczyk@gmail.com> |
|
2 |
|
3 Reviewed by Geoff. |
|
4 |
|
5 Improve gdk build compiler options. |
|
6 |
|
7 * Bakefiles.bkgen: |
|
8 * presets.bkl: |
|
9 |
|
10 2006-10-03 Mark Rowe <bdash@webkit.org> |
|
11 |
|
12 Reviewed by Eric. |
|
13 |
|
14 Stop Bakefile-generated Makefile from running pkg-config multiple times per file. |
|
15 |
|
16 * presets.bkl: Make use of "options" and Python commands to run pkg-config etc up front. |
|
17 |
|
18 2006-05-11 Kevin M. Ollivier <kevino@theolliviers.com> |
|
19 |
|
20 - http://bugs.webkit.org/show_bug.cgi?id=8528 |
|
21 Bakefiles (and generated Makefiles) for wx and gdk ports |
|
22 |
|
23 * Readme.txt: |
|
24 Added file introducing the Bakefile build system and detailing how it works. |
|
25 |
|
26 * Bakefiles.bkgen: |
|
27 Added Bakefile build configuration file |
|
28 |
|
29 * update-file-lists.py: |
|
30 Added script to generate cross-platform sources list from Win VCProject files. |
|
31 |
|
32 * presets.bkl: |
|
33 Added Bakefile containing templates for WebCore pre-requisites, like |
|
34 libxml/xslt, ICU, etc. This file contains the logic for determining the |
|
35 correct build settings for those projects on each platform. |