pajoye Mon, 18 Jul 2011 12:00:08 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=313379
Log:
- not a good idea after all and did not do what I thought it should do
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-18 11:05:10 UTC
(rev 313378)
+++ php/php-src/branches/PHP_5_4/win32/build/config.w32 2011-07-18 12:00:08 UTC
(rev 313379)
@@ -151,7 +151,6 @@
// 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-18 11:05:10 UTC (rev
313378)
+++ php/php-src/trunk/win32/build/config.w32 2011-07-18 12:00:08 UTC (rev
313379)
@@ -151,7 +151,6 @@
// 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