[clean-list] Re: CleanCompiler and -P option

John van Groningen johnvg at cs.ru.nl
Mon Jun 27 17:27:01 MEST 2005


Aroan wrote:
>The CleanCompiler.exe accepts directory list through
>the -P compiler parameter, but not an additive way, so I cannot
>define two or more -P <dirname> at the same time.

That is right. Instead you should concatenate the paths and add a ';'
between them.

>CleanCompiler -P "C:\Program Files\Clean 2.1.1\Libraries\StdEnv" -P C:\myLibrary -wmt
>
>does not work. :(

Try:

CleanCompiler -P "C:\Program Files\Clean 2.1.1\Libraries\StdEnv;C:\myLibrary" -wmt

Regards,

John van Groningen



More information about the clean-list mailing list