blob: e435c59b116aca01af81ba1762265b0681e547c3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- builds/posix/make.rules.orig 2008-12-10 07:03:31.000000000 +0600
+++ builds/posix/make.rules 2010-10-19 12:40:17.000000000 +0700
@@ -33,9 +33,7 @@
# Please don't use compiler/platform specific flags here - nmcc 02-Nov-2002
CFLAGS:= $(CFLAGS) -I$(SRC_ROOT)/include/gen -I$(SRC_ROOT)/include -I$(SRC_ROOT)/vulcan -DNAMESPACE=Vulcan
-ifeq ($(STD_ICU),false)
- CFLAGS:= $(CFLAGS) -I$(ROOT)/extern/icu/source/common -I$(ROOT)/extern/icu/source/i18n
-endif
+CFLAGS:= $(CFLAGS) @ICU_CPPFLAGS@
ifeq ($(IsProdTypeBuild),Y)
CFLAGS:= $(CFLAGS) $(PROD_FLAGS) -DPROD_BUILD
|