Hi Edin,

I'll test it again, and perhaps move the /Fo flag. There should be no need
to have it in there twice and with two different values.

- Frank

> Hi Frank,
> 
> The following change breaks "one shot" build badly.
> 
> - DEFINE(bd_flags_name, "/Fo" + sub_build + " /Fd" + sub_build + " /Fp"
+
> sub_build + " /FR" + sub_build + " ");
> + DEFINE(bd_flags_name, " /Fd" + sub_build + " /Fp" + sub_build + " /FR"
+
> sub_build + " ");
> 
> Edin
> 

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

Reply via email to