no difference really just a different syntax. Children arg elements are
common to all tasks that derive from externalProgramBase.
it would look somghting like
although you
would propbably have make this the last arg. I think link.exe requires
the list of libs after the / options.
I'm thinking t
I'm using Nant to build a C++ project, and the one example I could find
shows all the lib files listed with the task, like this
my question is -- what's the difference between the 'options' parameter on the link
task
and the arg (Array) nested element.
Could the libs be listed with the arg arr