[clean-list] How to compile clean from the command line?

Diederik van Arkel dvanarkel@mac.com
Thu, 6 Mar 2003 00:31:31 +0100


On Wednesday, March 5, 2003, at 07:07 PM, isaac gouy wrote:

> This question came up on this list some time ago, and
> it seemed that the intention was that it would be
> addressed with Clean 2.
>
> Is there a way to use the compiler linker from MS
> Windows command line?
> (Although I like IDEs, it's nice to script and
> automate)
>
> best wishes, Isaac
>

Hi Isaac,

rather than directly calling the compiler, code generator,
and linker I'd suggest using the non-interactive mode of the
ide. I can't remember right now if these are documented in the
ide manual. If not I'll write them up in the morning. This lets
you tell the ide to bring a project up to date without actually
bringing up the gui.

Regards,

Diederik van Arkel