]> granicus.if.org Git - php/commitdiff
- we don't distribute the crt9 dll, don't try to add it
authorPierre Joye <pajoye@php.net>
Mon, 19 Oct 2009 19:58:45 +0000 (19:58 +0000)
committerPierre Joye <pajoye@php.net>
Mon, 19 Oct 2009 19:58:45 +0000 (19:58 +0000)
win32/build/mkdist.php

index abe36cf9495e82b487a0a8aaa3c23119cec47699..38a12dd2c0b08195170582f1fa1582661ef830ef 100644 (file)
@@ -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;