At 07:53 PM 8/23/2002, John Seghers wrote:
>GCC hosted on Win32 is a "console" application. Its input and output are all
>text and file based. It is not interactive.
>As for command-line driven tools....
Visual Studio .NET stores its IDE project files in XML. This means that
it's trivial (with the right scripting language) to have a script construct
the GNU makefile when you press F7. ;-)
Cheers,
-Pete