- we don't distribute the crt9 dll, don't try to add it

This commit is contained in:
Pierre Joye 2009-10-19 19:58:45 +00:00
parent e7ea92aaa5
commit 6450f43efb

View 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;