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.3.2RC1~342 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3766730f3c8bef5d0cf3b374c8e8f5ebd3ffdc9f;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 6129e05d10..60fbac8960 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;