Module: wine Branch: master Commit: 8990a7c73b3d83448ff8e3ad704f823af5d92d96 URL: http://source.winehq.org/git/wine.git/?a=commit;h=8990a7c73b3d83448ff8e3ad70...
Author: Alexandre Julliard julliard@winehq.org Date: Fri Dec 29 11:36:53 2006 +0100
shdocvw: IDL_TLB_SRCS should contain the source file, not the target.
---
dlls/shdocvw/Makefile.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/shdocvw/Makefile.in b/dlls/shdocvw/Makefile.in index 40eeb21..78e8720 100644 --- a/dlls/shdocvw/Makefile.in +++ b/dlls/shdocvw/Makefile.in @@ -29,7 +29,7 @@ C_SRCS = \ webbrowser.c
RC_SRCS = shdocvw.rc -IDL_TLB_SRCS = shdocvw_v1.tlb +IDL_TLB_SRCS = shdocvw_v1.idl
@MAKE_DLL_RULES@