/IGNOREIDL (Don't Process Attributes into MIDL)
Visual Studio 2012
/IGNOREIDL
The /IGNOREIDL option specifies that any IDL attributes in source code should not be processed into an .idl file.
To set this linker option in the Visual Studio development environment
-
Open the project's Property Pages dialog box. For details, see Setting Visual C++ Project Properties.
-
Click the Linker folder.
-
Click the Embedded IDL property page.
-
Modify the Ignore Embedded IDL property.
To set this linker option programmatically
-
See IgnoreEmbeddedIDL.