Mail Archives: djgpp/2000/01/20/02:39:23
On Wed, 19 Jan 2000, Rossz =?iso-8859-1?Q?V=E1mos=2DWentworth?= wrote:
> %.coff: $(KOBJECTS)
> dump respond $(LDFLAGS) $(KOBJECTS) $(LIBS) -o $*.coff
> $(LD) @response
>
> Where 'dump' is the (nonexistent?) command to write to the specified
> file ('response') the remainder of the line (after variable expansion).
> Obviously, using 'ECHO blah >response' won't work, nor will any other
> external command (that I can think of).
But "djecho blah" *will* work, since djecho.exe is a DJGPP program, to
which Make knows how to pass long commands.
djecho.exe comes with djdev203.zip.
- Raw text -