Commit 10034265 authored by kevino@webkit.org's avatar kevino@webkit.org

wx build fix. Add WebCore/icu/include for Mac builds using only stock ICU.


git-svn-id: svn://svn.chromium.org/blink/trunk@29444 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent e34cbeb7
2008-01-12 Kevin Ollivier <kevino@theolliviers.com>
wx build fix. Add WebCore/icu/include dir for OS X boxes with
only stock ICU installed.
* dependencies.bkl:
2008-01-10 Maciej Stachowiak <mjs@apple.com> 2008-01-10 Maciej Stachowiak <mjs@apple.com>
Reviewed by Sam. Reviewed by Sam.
......
...@@ -140,6 +140,7 @@ and WebCore. Include this file to use these settings. ...@@ -140,6 +140,7 @@ and WebCore. Include this file to use these settings.
<!-- Mac includes ICU with the system, but doesn't include headers or <!-- Mac includes ICU with the system, but doesn't include headers or
icu-config, so we have to hardcode settings there. --> icu-config, so we have to hardcode settings there. -->
<set var="ICU_INCLUDE"><if cond="WX_PORT=='mac'">$(WK_ROOT)/JavaScriptCore/icu</if></set> <set var="ICU_INCLUDE"><if cond="WX_PORT=='mac'">$(WK_ROOT)/JavaScriptCore/icu</if></set>
<set var="ICU_INCLUDE"><if cond="WX_PORT=='mac'">$(WK_ROOT)/WebCore/icu</if></set>
<set var="ICU_LIB"><if cond="WX_PORT=='mac'">icucore</if></set> <set var="ICU_LIB"><if cond="WX_PORT=='mac'">icucore</if></set>
<set var="ICU_LDFLAGS"><if cond="WX_PORT=='gtk2'">$(DOLLAR)(shell icu-config --ldflags)</if></set> <set var="ICU_LDFLAGS"><if cond="WX_PORT=='gtk2'">$(DOLLAR)(shell icu-config --ldflags)</if></set>
<set var="ICU_CFLAGS"><if cond="WX_PORT=='gtk2'">$(DOLLAR)(shell icu-config --cppflags)</if></set> <set var="ICU_CFLAGS"><if cond="WX_PORT=='gtk2'">$(DOLLAR)(shell icu-config --cppflags)</if></set>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment