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
commit6450f43efb6561a45aad7ac2c12079617674d060 (patch)
tree26eb4edbca5ba30b9715b406fab02386e632ff69
parente7ea92aaa513f88c1de01f79a23848f8f9f074c2 (diff)
downloadphp-git-6450f43efb6561a45aad7ac2c12079617674d060.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 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;