Alexandre Julliard : oleaut32: Create dll registration resources.

Alexandre Julliard julliard at winehq.org
Tue Nov 30 11:01:09 CST 2010


Module: wine
Branch: master
Commit: e7242e15eae42082824b835a4e0b39af1e8e4fb1
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=e7242e15eae42082824b835a4e0b39af1e8e4fb1

Author: Alexandre Julliard <julliard at 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@




More information about the wine-cvs mailing list