Lines Matching +refs:icu +refs:dependencies +refs:mode
2 ## BEGIN of icu-config-bottom.
16 ## The actual code of icu-config goes here.
42 …echo " --icudata-mode Print default ICU pkgdata mode (dll) - use as --mode option to pkgd…
54 echo " --prefix Print PREFIX to icu install (/usr/local)"
78 echo "${ME}: icu-config: ICU configuration helper script"
81 echo 'Example (in make): CPFLAGS=$(shell icu-config --cppflags)'
82 echo ' LDFLAGS=$(shell icu-config --ldflags)'
93 echo "NOTE: Please consider using the pkg-config (.pc) files instead of icu-config."
94 echo " See: <http://userguide.icu-project.org/howtouseicu#TOC-pkg-config> "
138 # ALWAYS load twice because of dependencies
337 --icudata-mode)
409 ## END of icu-config-bottom