hi,

Please merge to 5.3

On Wed, Mar 2, 2011 at 6:22 AM, Moriyoshi Koizumi <moriyo...@php.net> wrote:
> moriyoshi                                Wed, 02 Mar 2011 05:22:22 +0000

> Modified: php/php-src/trunk/win32/build/config.w32
> ===================================================================
> --- php/php-src/trunk/win32/build/config.w32    2011-03-02 03:59:38 UTC (rev 
> 308838)
> +++ php/php-src/trunk/win32/build/config.w32    2011-03-02 05:22:22 UTC (rev 
> 308839)
> @@ -271,7 +271,7 @@
>  var php_usual_lib_suspects = PHP_PHP_BUILD+"\\lib";
>
>  ADD_FLAG("CFLAGS", '/I "' + php_usual_include_suspects + '" ');
> -ADD_FLAG("LDFLAGS", '/libpath:"\\"' + php_usual_lib_suspects + '\\"" ');
> +ADD_FLAG("LDFLAGS", '/libpath:"' + php_usual_lib_suspects + '" ');

Why this change?


Cheers,
-- 
Pierre

@pierrejoye | http://blog.thepimp.net | http://www.libgd.org

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

Reply via email to