summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorPierre Joye <pajoye@php.net>2011-07-13 06:42:39 +0000
committerPierre Joye <pajoye@php.net>2011-07-13 06:42:39 +0000
commit29b47bbff48e7d307f30ef6b9e662e5a16f7c5e8 (patch)
tree08288457f7e5163da0d89fdbf1c1b0c28a812fe1 /win32
parent2f0a379c03aa152c3aba0193efd94eed2dbbe6b9 (diff)
downloadphp-git-29b47bbff48e7d307f30ef6b9e662e5a16f7c5e8.tar.gz
- bind to the available crt version
Diffstat (limited to 'win32')
-rw-r--r--win32/build/config.w321
1 files changed, 1 insertions, 0 deletions
diff --git a/win32/build/config.w32 b/win32/build/config.w32
index 2351ee695b..516172b260 100644
--- a/win32/build/config.w32
+++ b/win32/build/config.w32
@@ -151,6 +151,7 @@ if (VCVERS >= 1400) {
// Set some debug/release specific options
ADD_FLAG('CFLAGS', ' /RTC1 ');
}
+ ADD_FLAG('CFLAGS', ' /D_BIND_TO_CURRENT_CRT_VERSION =1 ');
}
ARG_WITH('mp', 'Tell VC9+ use up to [n,auto,disable] processes for compilation', 'auto');