Re: How to compile C++

2007-08-30 Thread Krzysztof Kucybała
I'll see about that. Thanks a lot. Best regards, Krzysztof Kevin Jackson wrote: Hi, http://ant-contrib.sourceforge.net/cc.html Does this help - it supports gcc so should be able to compile c++ Kev - To unsubscribe, e-mail:

Re: How to compile C++

2007-08-30 Thread Kevin Jackson
Hi, http://ant-contrib.sourceforge.net/cc.html Does this help - it supports gcc so should be able to compile c++ Kev - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

How to compile C++

2007-08-30 Thread Krzysztof Kucybała
Hi, Just wanted to ask if anyone knows other way to compile c++ using ant, then by using task to invoke cc or any other compiler, or makefile. I didn't find any c++ specific tasks in ant or ant-contrib docs. I'll welcome any help. Best regards, Krzysztof ---