|
From: Andreas L. <no...@sb...> - 2001-10-22 23:40:24
|
On Mon, 2001-10-22 at 23:33, Eric Bezault wrote: > Andreas Leitner wrote: > > > > Yep, short options are also allowed. But for short options the '=' is > > disallowed. Some apps take accept the value just with a space, > > But here '=' is not meant to separate the option from its value, > but is equivalent to the second '=' in: > > --define="name=value" > > (whose double quote characters will be removed by the > underlying shell before being passed to the application > if I remember correctly). > > Moreover isn't the -D option the way C compilers define > preprocessor values? Ok, given that -D is the more correct way to go, I'll change gexace to to use that instead of --define. Sven, how should the geant interface look like then? <gexace dvar1="val1" dvar2="var2" /> Andreas |