pajoye Wed, 13 Jul 2011 06:42:39 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=313197
Log:
- bind to the available crt version
Changed paths:
U php/php-src/branches/PHP_5_4/win32/build/config.w32
U php/php-src/trunk/win32/build/config.w32
Modified: php/php-src/branches/PHP_5_4/win32/build/config.w32
===================================================================
--- php/php-src/branches/PHP_5_4/win32/build/config.w32 2011-07-13 05:41:40 UTC
(rev 313196)
+++ php/php-src/branches/PHP_5_4/win32/build/config.w32 2011-07-13 06:42:39 UTC
(rev 313197)
@@ -151,6 +151,7 @@
// 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');
Modified: php/php-src/trunk/win32/build/config.w32
===================================================================
--- php/php-src/trunk/win32/build/config.w32 2011-07-13 05:41:40 UTC (rev
313196)
+++ php/php-src/trunk/win32/build/config.w32 2011-07-13 06:42:39 UTC (rev
313197)
@@ -151,6 +151,7 @@
// 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');
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php