On Mon, 25 Nov 2002, Frank Jacobs <[EMAIL PROTECTED]> wrote:

> Basically, I want to tell Ant: "If any .o files have changed, relink
> and include all .o files (changed or unchanged); otherwise do
> nothing."

Use <dependset> to remove the executable if any .o files are newer and
your second version of the <apply> task.

Stefan

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to