Is it possible to pass several arguments to the compiler in one line using cpptasks??

marleysoft <[email protected]> Mon, 19 Nov 2007 12:12:56 -0800 (PST)
Newsgroups gmane.comp.java.ant-contrib.devel
Message-ID <[email protected]>
Is it possible to pass several arguments to the compiler in one line using
cpptasks??
Without cpptask, with java is possible to use the tasks: <compilerarg
line="a,b,c"/>
But using cpptasks not.

this way:

<compiler id="HPaCC" name="aCC" if="hp64">
	<defineset define="AIX,AIX53"/>
	<compilerarg value="-z,-g,-x64"/>
</compiler>

Instead of doing it this way:

<compiler id="HPaCC" name="aCC" if="hp64">
	<defineset define="AIX,AIX53"/>
	<compilerarg value="-z"/>
	<compilerarg value="-g"/>
	<compilerarg value="-x64"/>
</compiler>

thanks, 
BYtE
-- 
View this message in context: http://www.nabble.com/Is-it-possible-to-pass-several-arguments-to-the-compiler-in-one-line-using-cpptasks---tf4839060.html#a13844146
Sent from the Ant Contrib mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/