Hi Aric,
On 04/04/12 20:38, Aric Stewart wrote:
--- a/dlls/quartz/Makefile.in +++ b/dlls/quartz/Makefile.in @@ -32,6 +32,7 @@ RC_SRCS = version.rc IDL_H_SRCS = fil_data.idl IDL_P_SRCS = quartz_strmif.idl IDL_R_SRCS = quartz_strmif.idl +IDL_TLB_SRCS = ../../include/control.idl
This is not the right way. A simple IDL file in DLL directory that does nothing but #include will do the trick. See dlls/stdole2 for example.
Jacek