When building a solution, nant uses the midl compiler to process .idl files, even if the solution file (actually the .vcproj file)  has a custom build step for the .idl file.  Is there a way to force nant to use some other program (other than midl) to process the .idl files?

 

What I’d like to do is either turn off the midl command entirely, or point nant to some other exe other than midl.  Then I can run my custom build step as a separate task in the nant build script.

_______________________________________________
NAnt-users mailing list
NAnt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to