IncludeModule c/midl ;
Compile the SOURCE .idl file into the appropriate source files. Usage of this rule is not as clean as it ought to be.
| PARENT | The parent target to set the .idl build as a dependency of. PARENT is optional if rule ActiveProject PROJECT has been specified. | |
| SOURCE | An .idl file. |
local MIDL_SRCS = [ C.MidlCompiler LuaPlusDebuggerAddin : AddIn.idl ] ;
Includes <LuaPlusDebuggerAddin>AddIn.cpp <LuaPlusDebuggerAddin>AddIn.rc : $(MIDL_SRCS) ;
Returns a list of flags to add to a Visual C++ command line.
local midltargets = [ C.MidlFlags LuaPlusDebuggerControls : _LuaPlusDebuggerControls : postmidl proxy ] ;