pajoye                                   Mon, 19 Oct 2009 20:02:05 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=289769

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

Changed paths:
    U   php/php-src/branches/PHP_5_3_1/win32/build/mkdist.php

Modified: php/php-src/branches/PHP_5_3_1/win32/build/mkdist.php
===================================================================
--- php/php-src/branches/PHP_5_3_1/win32/build/mkdist.php       2009-10-19 
19:58:45 UTC (rev 289768)
+++ php/php-src/branches/PHP_5_3_1/win32/build/mkdist.php       2009-10-19 
20:02:05 UTC (rev 289769)
@@ -60,6 +60,7 @@
                 * 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;

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to