> -----Original Message-----
> From: Martin Sebor [mailto:sebor@roguewave.com]
> Sent: Friday, December 15, 2006 8:34 PM
> To: RW_STDCXX
> Subject: project priorities
>
> As always, if there are questions or comments on the technical
> aspects of any of these projects let's discuss them on the list.
>
> 1. Disable parallelism in VisualStudio 8 solution. (Important for
> the readability of the build logs.)
Parallel builds in VS8 can be disabled manually
(http://tinyurl.com/ydycfq).
Another way is using VS automation objects when implementing the
script for p.4:
> 4. Assuming it's a small (less than 100 lines of script code) and
> an easy to implement enhancement, change the infrastructure to
> avoid attempting to build dependent project(s) such as examples
> or tests when a required dependency fails to build.
Farid.
|