[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [xmlblaster-devel] MSVC build



Michal Masa wrote:

Hi there,



I have been playing with compiler settings in build.xml and it seems to me that setting like <compilerarg value="/Gm" if="is-debug"/> are being ignored even if the c.debug and cpp.debug are turned on in build.properties. Shouldn't it be changed to <compilerarg value="/Gm" if="debug"/>?

Probably you are right, does it help?

I was searching for ant cpptasks documentation but I did not find anything :(



Michal


This is the only i know of:

http://ant-contrib.sourceforge.net/cc.html


You can access the code with

cvs -d:pserver:anonymous at cvs.sourceforge.net:/cvsroot/ant-contrib login
cvs -z3 -d:pserver:anonymous at cvs.sourceforge.net:/cvsroot/ant-contrib co -P cpptasks



regards, Marcel