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

<link output="blah.dll' options='/INCREMENTAL /NOLOGO /DLL /DEF:"blah.def" /DEBUG 
/PDB:"blah.pdb" /SUBSYSTEM:WINDOWS /IMPLIB:"blah.lib" /MACHINE:IX86 kernel32.lib 
user32.lib ... odbccp32.lib'>

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 array? Anybody have a sample of what this would 
look like?

Thanks,

-M- 



-------------------------------------------------------
This SF.net email sponsored by: Enterprise Linux Forum Conference & Expo
The Event For Linux Datacenter Solutions & Strategies in The Enterprise 
Linux in the Boardroom; in the Front Office; & in the Server Room 
http://www.enterpriselinuxforum.com
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to