Module: wine Branch: master Commit: e7242e15eae42082824b835a4e0b39af1e8e4fb1 URL: http://source.winehq.org/git/wine.git/?a=commit;h=e7242e15eae42082824b835a4e...
Author: Alexandre Julliard julliard@winehq.org Date: Tue Nov 30 11:55:20 2010 +0100
oleaut32: Create dll registration resources.
---
dlls/oleaut32/Makefile.in | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/dlls/oleaut32/Makefile.in b/dlls/oleaut32/Makefile.in index 52239f9..a1e6de6 100644 --- a/dlls/oleaut32/Makefile.in +++ b/dlls/oleaut32/Makefile.in @@ -58,6 +58,10 @@ IDL_P_SRCS = \ oleaut32_oaidl.idl \ oleaut32_ocidl.idl
+IDL_R_SRCS = \ + oleaut32_oaidl.idl \ + oleaut32_ocidl.idl + EXTRA_OBJS = dlldata.o
@MAKE_DLL_RULES@