summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Joye <pajoye@php.net>2009-10-19 19:58:45 +0000
committerPierre Joye <pajoye@php.net>2009-10-19 19:58:45 +0000
commit3766730f3c8bef5d0cf3b374c8e8f5ebd3ffdc9f (patch)
tree33a929d4e14aac7f6621c39abef74b5f24fa4bc1
parent97595a14a5cc80e46293c275db4fa443fb1d79e8 (diff)
downloadphp-git-3766730f3c8bef5d0cf3b374c8e8f5ebd3ffdc9f.tar.gz
- we don't distribute the crt9 dll, don't try to add it
-rw-r--r--win32/build/mkdist.php1
1 files changed, 1 insertions, 0 deletions
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;