sync mshtml to wine 1.1.33
[reactos.git] / reactos / dll / win32 / mshtml / mshtml.rbuild
1 <?xml version="1.0"?>
2 <!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
3 <group>
4 <module name="mshtml" type="win32dll" baseaddress="${BASEADDRESS_MSHTML}" installbase="system32" installname="mshtml.dll" allowwarnings="true" crt="msvcrt">
5 <autoregister infsection="OleControlDlls" type="Both" />
6 <importlibrary definition="mshtml.spec" />
7 <include base="mshtml">.</include>
8 <include base="ReactOS">include/reactos/wine</include>
9 <define name="__WINESRC__" />
10 <redefine name="_WIN32_WINNT">0x600</redefine>
11
12 <!-- FIXME: workarounds until we have a proper oldnames library -->
13 <define name="open">_open</define>
14 <define name="close">_close</define>
15
16 <file>conpoint.c</file>
17 <file>dispex.c</file>
18 <file>editor.c</file>
19 <file>hlink.c</file>
20 <file>htmlanchor.c</file>
21 <file>htmlbody.c</file>
22 <file>htmlcomment.c</file>
23 <file>htmlcurstyle.c</file>
24 <file>htmldoc.c</file>
25 <file>htmldoc3.c</file>
26 <file>htmldoc5.c</file>
27 <file>htmlelem.c</file>
28 <file>htmlelem2.c</file>
29 <file>htmlelem3.c</file>
30 <file>htmlelemcol.c</file>
31 <file>htmlevent.c</file>
32 <file>htmlframebase.c</file>
33 <file>htmlgeneric.c</file>
34 <file>htmliframe.c</file>
35 <file>htmlimg.c</file>
36 <file>htmlinput.c</file>
37 <file>htmllocation.c</file>
38 <file>htmlnode.c</file>
39 <file>htmloption.c</file>
40 <file>htmlscript.c</file>
41 <file>htmlselect.c</file>
42 <file>htmlstyle.c</file>
43 <file>htmlstyle2.c</file>
44 <file>htmlstyle3.c</file>
45 <file>htmlstylesheet.c</file>
46 <file>htmltable.c</file>
47 <file>htmltablerow.c</file>
48 <file>htmltextarea.c</file>
49 <file>htmltextcont.c</file>
50 <file>htmltextnode.c</file>
51 <file>htmlwindow.c</file>
52 <file>install.c</file>
53 <file>loadopts.c</file>
54 <file>main.c</file>
55 <file>mutation.c</file>
56 <file>navigate.c</file>
57 <file>nsembed.c</file>
58 <file>nsevents.c</file>
59 <file>nsio.c</file>
60 <file>nsservice.c</file>
61 <file>olecmd.c</file>
62 <file>oleobj.c</file>
63 <file>olewnd.c</file>
64 <file>omnavigator.c</file>
65 <file>persist.c</file>
66 <file>protocol.c</file>
67 <file>script.c</file>
68 <file>secmgr.c</file>
69 <file>selection.c</file>
70 <file>service.c</file>
71 <file>task.c</file>
72 <file>txtrange.c</file>
73 <file>view.c</file>
74 <file>rsrc.rc</file>
75 <include base="mshtml" root="intermediate">.</include>
76 <library>wine</library>
77 <library>strmiids</library>
78 <library>uuid</library>
79 <library>urlmon</library>
80 <library>shlwapi</library>
81 <library>ole32</library>
82 <library>oleaut32</library>
83 <library>user32</library>
84 <library>gdi32</library>
85 <library>advapi32</library>
86 <library>kernel32</library>
87 <library>wininet</library>
88 <library>ntdll</library>
89 <dependency>mshtml_nsiface_header</dependency>
90 </module>
91 <module name="mshtml_nsiface_header" type="idlheader" allowwarnings="true">
92 <file>nsiface.idl</file>
93 </module>
94 </group>