Lines Matching refs:if
17 if NOT "%1xyz123" == "xyz123" goto init
34 if "%1" == "-?" goto opt_help
35 if "%1" == "-h" goto opt_help
36 if "%1" == "/?" goto opt_help
37 if "%1" == "/h" goto opt_help
38 if "%1" == "--help" goto opt_help
49 if "%1" == "-p" goto opt_plat
50 if "%1" == "/p" goto opt_plat
51 if "%1" == "--platform" goto opt_plat
54 if "%1" == "-x" goto opt_x
55 if "%1" == "/x" goto opt_x
56 if "%1" == "--cross" goto opt_x
59 if "%1" == "--with-static-rtl" goto opt_srtl
60 if "%1" == "--with-dynamic-rtl" goto opt_drtl
61 if "%1" == "--rtl-static" goto opt_srtl
62 if "%1" == "--rtl-dynamic" goto opt_drtl
65 if "%1" == "--use-boost" goto opt_bst
68 if "%1" == "--not-thread-safe" goto opt_st
69 if "%1" == "--without-thread" goto opt_st
72 if "%1" == "--no-rtti" goto opt_rtti
73 if "%1" == "--without-rtti" goto opt_rtti
76 if "%1" == "--extra-cxxflag" goto opt_xtra
79 if "%1" == "--lib-motif" goto opt_motf
80 if "%1" == "--with-lib-motif" goto opt_motf
83 if "%1" == "--without-stlport" goto no_sport
86 if "%1" == "--clean" goto opt_cln
95 if "%1xyz123" == "xyz123" goto end_loop
142 echo C/C++ runtime library when linking with STLport. If you want your appli/dll
144 echo --with-dynamic-rtl; if you want to link dynamicaly with STLport but using the
161 echo context. If you don't need this you can ask for a not thread safe version with
165 echo Remove rtti (run time type information) support if available.
172 echo If you have several options use several --extra-cxxflag options. For instance
182 echo to the same value if you want to keep the auto link feature supported by some
201 if "%1" == "msvc6" goto oc_msvc6
202 if "%1" == "msvc71" goto oc_msv71
203 if "%1" == "msvc7" goto oc_msvc7
204 if "%1" == "msvc8" goto oc_msvc8
205 if "%1" == "msvc9" goto oc_msvc9
206 if "%1" == "icl" goto oc_icl
208 if "%1" == "evc3" goto oc_evc3
209 if "%1" == "evc4" goto oc_evc4
210 if "%1" == "evc8" goto oc_evc8
211 if "%1" == "evc9" goto oc_evc9
213 if "%1" == "watcom" goto oc_wtm
278 if "%OSVERSION%"=="" (
281 ) else if "%OSVERSION%"=="WCE400" (
283 ) else if "%OSVERSION%"=="WCE420" (
285 ) else if "%OSVERSION%"=="WCE500" (
298 if "%OSVERSION%"=="" (
301 ) else if "%OSVERSION%"=="WCE400" (
303 ) else if "%OSVERSION%"=="WCE420" (
305 ) else if "%OSVERSION%"=="WCE500" (
322 if "%OSVERSION%"=="" (
325 ) else if "%OSVERSION%"=="WCE400" (
327 ) else if "%OSVERSION%"=="WCE420" (
329 ) else if "%OSVERSION%"=="WCE500" (
361 if "%TARGETCPU%" == "ARM" goto pr_arm
362 if "%TARGETCPU%" == "ARMV4" goto pr_arm
363 if "%TARGETCPU%" == "ARMV4I" goto pr_arm
364 if "%TARGETCPU%" == "ARMV4T" goto pr_arm
366 if "%TARGETCPU%" == "X86" goto pr_x86
369 if "%TARGETCPU%" == "X86EMnset CFG=none" goto pr_emul
370 if "%TARGETCPU%" == "x86" goto pr_x86
371 if "%TARGETCPU%" == "emulator" goto pr_emul
373 if "%TARGETCPU%" == "R4100" goto pr_mips
374 if "%TARGETCPU%" == "R4111" goto pr_mips
375 if "%TARGETCPU%" == "R4300" goto pr_mips
376 if "%TARGETCPU%" == "MIPS16" goto pr_mips
377 if "%TARGETCPU%" == "MIPSII" goto pr_mips
378 if "%TARGETCPU%" == "MIPSII_FP" goto pr_mips
379 if "%TARGETCPU%" == "MIPSIV" goto pr_mips
380 if "%TARGETCPU%" == "MIPSIV_FP" goto pr_mips
382 if "%TARGETCPU%" == "SH3" goto pr_sh3
383 if "%TARGETCPU%" == "SH4" goto pr_sh4
434 if "%2" == "win95" goto op_win95
435 if "%2" == "win98" goto op_win98
436 if "%2" == "winxp" goto op_winxp
484 if "%SELECTED_COMPILER%" == "msvc" goto or_sok
488 if "%SELECTED_COMPILER%" == "msvc" goto or_dok
514 REM if (Exists("%2")) goto ob_ok
515 REM if !("%2" == "") goto ob_ok
557 if "%ONE_OPTION_ADDED%" == "1" goto ox_n
614 if "%PLATFORM_SPECIFIED%" == "1" goto comp