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

[xmlblaster-devel] MSVC build



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"/>?

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

 

Michal