sync with trunk r46493
[reactos.git] / dll / win32 / riched20 / riched20.rbuild
1 <?xml version="1.0"?>
2 <!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
3 <group>
4 <module name="riched20" type="win32dll" baseaddress="${BASEADDRESS_RICHED20}" installbase="system32" installname="riched20.dll" allowwarnings="true">
5 <importlibrary definition="riched20.spec" />
6 <include base="riched20">.</include>
7 <include base="ReactOS">include/reactos/wine</include>
8 <define name="__WINESRC__" />
9 <compilerflag compilerset="msc">/FIwine/typeof.h</compilerflag>
10 <linkerflag linkerset="ld">-enable-stdcall-fixup</linkerflag>
11 <file>caret.c</file>
12 <file>clipboard.c</file>
13 <file>context.c</file>
14 <file>editor.c</file>
15 <file>list.c</file>
16 <file>paint.c</file>
17 <file>para.c</file>
18 <file>reader.c</file>
19 <file>richole.c</file>
20 <file>row.c</file>
21 <file>run.c</file>
22 <file>string.c</file>
23 <file>style.c</file>
24 <file>table.c</file>
25 <file>txthost.c</file>
26 <file>txtsrv.c</file>
27 <file>undo.c</file>
28 <file>wrap.c</file>
29 <file>writer.c</file>
30 <file>version.rc</file>
31 <library>wine</library>
32 <library>uuid</library>
33 <library>ole32</library>
34 <library>oleaut32</library>
35 <library>imm32</library>
36 <library>user32</library>
37 <library>gdi32</library>
38 <library>ntdll</library>
39 </module>
40 </group>