From: Pierre Joye Date: Mon, 19 Oct 2009 19:58:45 +0000 (+0000) Subject: - we don't distribute the crt9 dll, don't try to add it X-Git-Tag: php-5.4.0alpha1~191^2~2494 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6450f43efb6561a45aad7ac2c12079617674d060;p=php - we don't distribute the crt9 dll, don't try to add it --- diff --git a/win32/build/mkdist.php b/win32/build/mkdist.php index abe36cf949..38a12dd2c0 100644 --- a/win32/build/mkdist.php +++ b/win32/build/mkdist.php @@ -60,6 +60,7 @@ function get_depends($module) * but the debug version (msvcrtd.dll) and those from visual studio.net * (msvcrt7x.dll) are not */ 'msvcrt.dll', + 'msvcr90.dll', 'wldap32.dll' ); global $build_dir, $extra_dll_deps, $ext_targets, $sapi_targets, $pecl_targets, $phpdll, $per_module_deps, $pecl_dll_deps;