Re: MSVC build speed-up patch using "Batch-Mode"

2011-07-10 Thread Daniel Stenberg
On Wed, 6 Jul 2011, vmpdemo wrote: Did this make it in? You respon by top-posting to a mail posted in February to ask if a tiny detail was added to the MSVC makefiles? So instead of checking it yourself in git, a daily snapshot or a release archive you want us to do the check? Hrmpf. --

Re: MSVC build speed-up patch using "Batch-Mode"

2011-07-06 Thread vmpdemo
Did this make it in? On Tue, Feb 1, 2011 at 11:00 AM, vmpdemo wrote: > It's still a list of files/objects.  The only difference in MSVC batch > mode is that it's faster.  Did you look at the patch?  It's a very > simple change. > > On Mon, Jan 24, 2011 at 5:56 PM, vmpdemo wrote: >> This thread i

Re: MSVC build speed-up patch using "Batch-Mode"

2011-02-01 Thread vmpdemo
It's still a list of files/objects. The only difference in MSVC batch mode is that it's faster. Did you look at the patch? It's a very simple change. On Mon, Jan 24, 2011 at 5:56 PM, vmpdemo wrote: > This thread is created per bagder directive, to track a true resolution for: > > https://sourc

Re: MSVC build speed-up patch using "Batch-Mode"

2011-01-26 Thread Pierre Joye
hi, We use a common list of files to be built on each platform. As there is a little gain to use a batch method instead of list of files/objs, it is not worth the change imho. By the way, I wrote a new Makefile with nicer options than the current one, you can find it here: https://github.com/pie

MSVC build speed-up patch using "Batch-Mode"

2011-01-24 Thread vmpdemo
This thread is created per bagder directive, to track a true resolution for: https://sourceforge.net/tracker/index.php?func=detail&aid=3112924&group_id=976&atid=100976 --- List admin: http://cool.haxx.se/list/listinfo/curl-library Eti