31 Jul
2006
31 Jul
'06
11:01 a.m.
Alexandre Julliard wrote:
Jacek Caban <jacek(a)codeweavers.com> writes:
diff --git a/dlls/shdocvw/shdocvw.idl b/dlls/shdocvw/shdocvw.idl new file mode 100644 index 0000000..45b9111 --- /dev/null +++ b/dlls/shdocvw/shdocvw.idl
You can't name the file shdocvw.idl, otherwise make will try to rebuild the existing shdocvw.h from it.
We want to generate only a tlb file so make shouldn't have to rebuild an existing shdocvw.h. I'll send a patch with a changed file name. Thanks, Jacek