[Lazarus] Calling the compiler
Florian Klaempfl
Florian.Klaempfl at gmx.de
Mon Apr 17 12:24:47 EDT 2000
Marc Weustink wrote:
>
> + From: Jeff Wormsley [mailto:daworm at cdc.net]
> +
> + Ok. The only reason I asked is that it is difficult to get
> + everything working with the command line, especially on Win9x
> + where the command line length is very constrained.
>
> There you have a point
>
In this case you can use a response file: Just write
all parameters to param.tmp for example and the call
the compiler with
ppc386 @param.tmp myprogram.pp
To do this with GNU Make is much harder afaik. Only
Borland Make provides a response file generated by
the make utility.
More information about the Lazarus
mailing list