summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;