24e45db07f7f4b5c40ef2b40d8001a2ca69954fb
[reactos.git] / reactos / dll / win32 / shdocvw / shdocvw.xml
1 <module name="shdocvw" type="win32dll" baseaddress="${BASEADDRESS_SHDOCVW}" installbase="system32" installname="shdocvw.dll" usewrc="false" allowwarnings="true">
2 <autoregister infsection="OleControlDlls" type="Both" />
3 <importlibrary definition="shdocvw.spec.def" />
4 <include base="shdocvw">.</include>
5 <include base="ReactOS">include/wine</include>
6 <define name="__REACTOS__" />
7 <define name="__USE_W32API" />
8 <define name="_WIN32_IE">0x600</define>
9 <define name="_WIN32_WINNT">0x501</define>
10 <define name="WINVER">0x501</define>
11 <define name="_SHDOCVW_" />
12 <library>wine</library>
13 <library>uuid</library>
14 <library>ntdll</library>
15 <library>kernel32</library>
16 <library>advapi32</library>
17 <library>user32</library>
18 <library>ole32</library>
19 <library>oleaut32</library>
20 <library>urlmon</library>
21 <file>classinfo.c</file>
22 <file>client.c</file>
23 <file>dochost.c</file>
24 <file>events.c</file>
25 <file>factory.c</file>
26 <file>frame.c</file>
27 <file>misc.c</file>
28 <file>oleobject.c</file>
29 <file>persist.c</file>
30 <file>regsvr.c</file>
31 <file>shdocvw_main.c</file>
32 <file>shlinstobj.c</file>
33 <file>view.c</file>
34 <file>webbrowser.c</file>
35 <file>shdocvw.rc</file>
36 <file>shdocvw.spec</file>
37 </module>