Lines Matching refs:with
38 --with-stlport=<dir> use STLport in catalog <dir>
40 --with-boost=<dir> use boost headers in catalog <dir>
41 --with-system-boost use boost installed on this system
42 --with-msvc=<dir> use MS VC from this catalog
43 --with-mssdk=<dir> use MS SDK from this catalog
44 --with-extra-cxxflags=<options>
46 --with-extra-cflags=<options>
48 --with-extra-ldflags=<options>
51 that was builded with --enable-shared [default]; if compiler was builded
52 with --disable-shared, static libraries will be used in any case)
55 --with-cxx=<name> use <name> as C++ compiler (use --target= for cross-compilation)
56 --with-cc=<name> use <name> as C compiler (use --target= for cross-compilation)
75 for a not thread safe version with this option.
77 --with-static-rtl
78 --with-dynamic-rtl
80 C/C++ runtime library when linking with STLport. If you want your appli/dll
81 to link statically with STLport but using the dynamic C runtime use
82 … --with-dynamic-rtl; if you want to link dynamicaly with STLport but using the
83 static C runtime use --with-static-rtl. See README.options for details.
301 echo "Both --with-cc and \$CC set, using the first"
311 echo "Both --with-extra-cxxflags and \$CXXFLAGS set, using the first"
319 echo "Both --with-extra-cflags and \$CFLAGS set, using the first"
327 echo "Both --with-extra-ldflags and \$LDFLAGS set, using the first"