HomeSort by relevance Sort by last modified time
    Searched refs:cxxflags (Results 1 - 8 of 8) sorted by null

  /external/webkit/WebCore/
wscript 142 cxxflags = []
144 cxxflags.append('/FIWebCorePrefix.h')
146 cxxflags.extend(['-include', 'WebCorePrefix.h'])
152 cxxflags = cxxflags,
  /external/icu4c/samples/
defs.mk 12 CXXFLAGS=$(shell icu-config --cxxflags)
  /external/chromium/third_party/icu/source/config/
test-icu-config.sh 18 icu-config --cxxflags
icu-config-bottom 31 echo " --cxxflags Print C++ compiler flags [CXXFLAGS]"
32 echo " --cxxflags-dynamic Print additional C++ flags for"
78 echo "The most commonly used options will be --cflags, --cxxflags, --cppflags, and --ldflags."
209 --cxxflags)
210 echo $ECHO_N "${CXXFLAGS}${ECHO_C} "
226 --cxxflags-dynamic)
  /external/icu4c/config/
test-icu-config.sh 18 icu-config --cxxflags
icu-config-bottom 33 echo " --cxxflags Print C++ compiler flags [CXXFLAGS]"
34 echo " --cxxflags-dynamic Print additional C++ flags for"
80 echo "The most commonly used options will be --cflags, --cxxflags, --cppflags, and --ldflags."
228 --cxxflags)
229 echo $ECHO_N "${CXXFLAGS} ${ECHO_C}"
245 --cxxflags-dynamic)
  /external/webkit/WebKitTools/wx/build/
wxpresets.py 66 cxxflags = []
  /external/stlport/
configure 44 --with-extra-cxxflags=<options>
99 \$CXXFLAGS pass extra options to C++ compiler
182 --with-extra-cxxflags=*)
307 if [ -n "${CXXFLAGS}" ]; then
309 write_option "${CXXFLAGS}" EXTRA_CXXFLAGS
311 echo "Both --with-extra-cxxflags and \$CXXFLAGS set, using the first"

Completed in 53 milliseconds