Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 18061 invoked from network); 29 Nov 2007 19:36:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 29 Nov 2007 19:36:37 -0000 Received: (qmail 4880 invoked by uid 500); 29 Nov 2007 19:36:21 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 4838 invoked by uid 500); 29 Nov 2007 19:36:21 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 4800 invoked by uid 99); 29 Nov 2007 19:36:21 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Nov 2007 11:36:21 -0800 X-ASF-Spam-Status: No, hits=3.7 required=10.0 tests=DNS_FROM_OPENWHOIS,FORGED_HOTMAIL_RCVD2,SPF_HELO_PASS,SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Nov 2007 19:36:23 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1IxpB4-0001dV-J9 for user@ant.apache.org; Thu, 29 Nov 2007 11:36:02 -0800 Message-ID: <14033245.post@talk.nabble.com> Date: Thu, 29 Nov 2007 11:36:02 -0800 (PST) From: fabien_pichard To: user@ant.apache.org Subject: Re: linking with CC task In-Reply-To: <255d8d690711290742p281dde08i36ad9346e97f32c3@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: fabien_pichard@hotmail.com References: <13962292.post@talk.nabble.com> <255d8d690711290742p281dde08i36ad9346e97f32c3@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org 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... I have been using ant -verbose or -debug all the time... Anyways... Here is the final ant task if anyone needs help on CC tasks compiler, resource compiler and linker from microsoft. - -- fabien -- View this message in context: http://www.nabble.com/linking-with-CC-task-tf4878970.html#a14033245 Sent from the Ant - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org