OK, ok, lots is possible in principle ;) Only, I was looking for an easy way...

Application.getArgs and friends only supports explicitly specified options (ozmake uses Application.getArgs). So, how would you implement your proposal? Are you suggesting to additionally search for occurances of --compiler- in the raw {Property.get 'application.args'}?

Best
Torsten


On Sep 12, 2007, at 9:22 AM, Raphael Collet wrote:
Dear Torsten,

That was only a proposal, that looks fine from a user's point of view.
The option name is 'compiler-environment'. Ozmake should recognize this as a compiler option, and give the corresponding 'environment' option to
the compiler.

It does not look that difficult to implement.  A bit tricky, but not
impossible ;-)

Cheers,
raph

Torsten Anders wrote:
Dear Raphael,

I don't quite understand your proposal. Can Application parse an option
specified as follows?

  --compiler-environment=MODULES

According to the doc
(http://www.mozart-oz.org/documentation/system/ node3.html#section.application.cmdparsing),
long options are given as  --option=value? Not to mention the added
difficulty of parsing a value lists embedded in the option value (like
MODULES).

Best
Torsten

______________________________________________________________________ ___________ mozart-users mailing list mozart- [EMAIL PROTECTED]
http://www.mozart-oz.org/mailman/listinfo/mozart-users

--
Torsten Anders
Interdisciplinary Centre for Computer Music Research
University of Plymouth
http://strasheela.sourceforge.net
http://www.torsten-anders.de


_________________________________________________________________________________
mozart-users mailing list                               
[email protected]
http://www.mozart-oz.org/mailman/listinfo/mozart-users

Reply via email to