Use the <exec/> task to execute devenv.exe.
 

Thanks,
Melissa

 


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Robert Hanson
Sent: Friday, May 19, 2006 9:25 AM
To: nant-users@lists.sourceforge.net
Subject: [NAnt-users] compiling OmniOrb idl files - options?

I have a number of VS.NET projects that we’re porting from VC 6.0  (all in C++).  The projects use a custom build step to compile an idl file using OmniOrb.

 

As I understand it, the NANT solution task does not understand or execute custom build steps, which is what we use to compile the idl file.

 

If I leave the .idl file in the project, NANT tries to compile it using Midl, which is just wrong.

 

What are my options here?  Can I convince NANT that the .idl files should be associated with some other application besides Midl?

 

 

Reply via email to