Author: cwittich Date: Tue Sep 9 11:16:53 2008 New Revision: 36090
URL: http://svn.reactos.org/svn/reactos?rev=36090&view=rev Log: fix the msxml3 typelib
Modified: trunk/reactos/dll/win32/msxml3/msxml3.rbuild trunk/reactos/dll/win32/msxml3/version.rc
Modified: trunk/reactos/dll/win32/msxml3/msxml3.rbuild URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msxml3/msxml3.rbu... ============================================================================== --- trunk/reactos/dll/win32/msxml3/msxml3.rbuild [iso-8859-1] (original) +++ trunk/reactos/dll/win32/msxml3/msxml3.rbuild [iso-8859-1] Tue Sep 9 11:16:53 2008 @@ -1,8 +1,10 @@ +<group> <module name="msxml3" type="win32dll" baseaddress="${BASEADDRESS_MSXML3}" installbase="system32" installname="msxml3.dll" allowwarnings="true"> <autoregister infsection="OleControlDlls" type="DllRegisterServer" /> <importlibrary definition="msxml3.spec.def" /> <include base="msxml3">.</include> <include base="ReactOS">include/reactos/wine</include> + <dependency>msxml3_v1</dependency> <define name="__WINESRC__" /> <define name="__USE_W32API" /> <define name="_WIN32_IE">0x600</define> @@ -52,7 +54,10 @@ <file>docfrag.c</file> <file>domimpl.c</file> <file>entityref.c</file> - <include base="msxml3" root="intermediate">.</include> - <file>msxml3_v1.idl</file> <file>msxml3.spec</file> </module> +<module name="msxml3_v1" type="embeddedtypelib"> + <dependency>stdole2</dependency> + <file>msxml3_v1.idl</file> +</module> +</group>
Modified: trunk/reactos/dll/win32/msxml3/version.rc URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msxml3/version.rc... ============================================================================== --- trunk/reactos/dll/win32/msxml3/version.rc [iso-8859-1] (original) +++ trunk/reactos/dll/win32/msxml3/version.rc [iso-8859-1] Tue Sep 9 11:16:53 2008 @@ -14,6 +14,9 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */
+/* @makedep: msxml3_v1.tlb */ +1 TYPELIB LOADONCALL DISCARDABLE msxml3_v1.tlb + #define WINE_OLESELFREGISTER #define WINE_FILEDESCRIPTION_STR "Wine MSXML 3.0" #define WINE_FILENAME_STR "msxml3.dll"