Dominique, Thank you for your information and may i send you email directly with some Ant/C related questions?
Barry ----- Original Message ----- From: "Dominique Devienne" <[EMAIL PROTECTED]> To: "'Ant Users List'" <[EMAIL PROTECTED]> Sent: Wednesday, January 28, 2004 9:44 AM Subject: RE: Using Microsoft VC++ compiler for compiling C and C++ projects? > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > > All, > > > > I have a need to use microsoft VC++ compiler for C and C++ projects. > > > > Currently, I can use <exec> with msdev.exe compiling the project created > > by > > VC++'s IDE directly without issues. > > > > However, I have the following questions: > > > > 1. Can I also use nmake, and cl? How? Any detail ant coding examples? > > > > 2. Any coding examples in how to use Ant's native tasks to compile C > > codes? > > > > 3. Any details on <cc> task? I dont think that it is from Ant 1.6 but an > > add > > on. Am I correct? Any detail ant coding examples? > > > > I don't have time to go into details, but unless you really need to > <exec> msdev, I'd go with <cc> from CppTasks. I'm doing both, and I > much prefer <cc>. Invest the time to learn <cc>, it's worth it. > > As question on the Ant-Contrib dev mailing list. That's where Curt and > others (including I) discuss it. --DD > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
