Hello Dominique,
Thank you for your answer.
Actually I found out why my stuff was not working... I guess working long
hours on the same thing gets me blind and I did not see a simple thing:
I did not have the outtype=${debug.dir}\${exename} in the CC command.
So it never launched the linker...
Hello,
I went to http://ant-contrib.sourceforge.net/cc.html to try to understand
how linking worked but I still cannot make it work at all...
Anyways,
here is my code
It
ok nevermind...
debug="0" or debug="1" makes the errors disapear...
--fabien
fabien_pichard wrote:
>
> Hello!
>
> When I compile with msvc debug="true", I get the following errmsgs:
> cl : Command line warning D9035 : option 'GZ' has be
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
Merci Dominique!
I feel like a fool... :)
- fabien
Dominique Devienne-2 wrote:
>
> On 11/7/07, fabien_pichard <[EMAIL PROTECTED]> wrote:
>>
>>
>>
>>
>>
>>
>> If I do this
>>
>>
>>
>>
>> it
Hello!
I am new to ant, have search back and forth why this code does not work.
If I do this
it works, no problem...
I have checked misc FAQ, this site and other and I wondering what I am doing
wrong.
-- fabien
--
View this message in context:
http://www.nabble.com/cannot