From 8e57d50b6f15363b635f15c94bb24e0674b804e0 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Mon, 19 May 2014 06:53:04 -0700 Subject: Link libicucore and add headers to idirafter path. --- .gitmodules | 3 +++ icu | 1 + makefile | 4 ++++ 3 files changed, 8 insertions(+) create mode 160000 icu diff --git a/.gitmodules b/.gitmodules index 0ded40f..f66923f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "SDURLCache"] path = SDURLCache url = https://github.com/SaurikIT/SDURLCache.git +[submodule "icu"] + path = icu + url = git://git.saurik.com/apple/icu.git diff --git a/icu b/icu new file mode 160000 index 0000000..73c04bc --- /dev/null +++ b/icu @@ -0,0 +1 @@ +Subproject commit 73c04bcfe1096173b00431f0cdc742894b15eef0 diff --git a/makefile b/makefile index 34849cb..f4834ce 100644 --- a/makefile +++ b/makefile @@ -13,6 +13,9 @@ flags += -fmessage-length=0 flags += -g0 -O2 flags += -fvisibility=hidden +flags += -idirafter icu/icuSources/common +flags += -idirafter icu/icuSources/i18n + flags += -Wall flags += -Wno-unknown-warning-option @@ -41,6 +44,7 @@ libs += -framework WebKit libs += -lapr-1 libs += -lapt-pkg +libs += -licucore libs += -lpcre uikit := -- cgit v1.2.3