Hello! When I compile with msvc debug="true", I get the following errmsgs: cl : Command line warning D9035 : option 'GZ' has been deprecated and will be removed in a future release cl : Command line warning D9036 : use 'RTC1' instead of 'GZ'
but according to http://ant-contrib.sourceforge.net/cc.html it's not deprecated, so what gives? Is there another debug flag I don't know? <taskdef uri="antlib:net.sf.antcontrib" resource="net/sf/antcontrib/antcontrib.properties" classpath="${ant.home}/lib/ant-contrib-1.0b3.jar"/> <taskdef resource="cpptasks.tasks"/> <typedef resource="cpptasks.types"/> <target name="compile" depends="init" description="Compile the source " > <cc name="msvc" objdir="${debug.dir}" debug="true"> <fileset dir="${src}" includes="*.c"/> </cc> </target> Thanks -- Fabien -- View this message in context: http://www.nabble.com/MSVC-compiler-question%3A-cl-%3A-Command-line-warning-D9036-%3A-use-%27RTC1%27-instead-of-%27GZ%27-tf4775131.html#a13659957 Sent from the Ant - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]