Home
last modified time | relevance | path

Searched refs:IS_MSVC (Results 1 – 14 of 14) sorted by relevance

/dports/science/py-obspy/obspy-1.2.2/
H A Dsetup.py78 IS_MSVC = True variable
80 IS_MSVC = False
543 if IS_MSVC:
613 if IS_MSVC:
626 if IS_MSVC:
644 if IS_MSVC:
655 if IS_MSVC:
669 if IS_MSVC:
684 if IS_MSVC:
/dports/devel/allegro5/allegro5-5.2.7.0/demos/cosmic_protector/src/
H A DGame.cpp8 #define IS_MSVC (false) macro
11 #define IS_MSVC (true) macro
15 #define IS_MSVC (false) macro
35 if (IS_MSVC) { in getDir()
/dports/lang/rust/rustc-1.58.1-src/src/test/run-make-fulldeps/
H A Dtools.mk65 ifdef IS_MSVC
85 ifdef IS_MSVC
103 ifdef IS_MSVC
155 ifdef IS_MSVC
167 ifdef IS_MSVC
/dports/devel/check/check-0.15.2/tests/
H A Dtest_vars.in11 if [ -z "@IS_MSVC@" -o "@IS_MSVC@" != "1" ]; then
/dports/lang/rust/rustc-1.58.1-src/src/test/run-make-fulldeps/cdylib-dylib-linkage/
H A DMakefile5 ifdef IS_MSVC
15 ifdef IS_MSVC
/dports/lang/rust/rustc-1.58.1-src/src/test/run-make-fulldeps/no-duplicate-libs/
H A DMakefile3 ifdef IS_MSVC
/dports/lang/rust/rustc-1.58.1-src/src/test/run-make-fulldeps/static-dylib-by-default/
H A DMakefile4 ifdef IS_MSVC
/dports/lang/rust/rustc-1.58.1-src/src/test/run-make-fulldeps/relocation-model/
H A DMakefile12 ifdef IS_MSVC
/dports/graphics/colmap/colmap-3.6/cmake/
H A DCMakeHelper.cmake11 set(IS_MSVC TRUE) variable
171 if(IS_MSVC)
187 if(IS_MSVC)
/dports/lang/rust/rustc-1.58.1-src/src/test/run-make-fulldeps/c-link-to-rust-dylib/
H A DMakefile8 ifdef IS_MSVC
/dports/lang/rust/rustc-1.58.1-src/src/test/run-make-fulldeps/c-unwind-abi-catch-lib-panic/
H A DMakefile8 ifdef IS_MSVC
/dports/lang/rust/rustc-1.58.1-src/src/test/run-make-fulldeps/cdylib/
H A DMakefile9 ifdef IS_MSVC
/dports/lang/rust/rustc-1.58.1-src/src/test/run-make-fulldeps/cross-lang-lto-pgo-smoketest/
H A DMakefile16 ifdef IS_MSVC
/dports/devel/p5-B-C/B-C-1.57/lib/B/
H A DC.pm559 sub IS_MSVC () { $^O eq 'MSWin32' and $Config{cc} eq 'cl' } subroutine
2917 if ($Config{ptrsize} == 4 and !IS_MSVC) {
2972 if ($Config{ptrsize} == 4 and !IS_MSVC) {
2997 $nv = '0.00' if IS_MSVC and !$nv;
3417 if (IS_MSVC) {
6697 if ($PERL510 and IS_MSVC) {