e24d1158627af5315b128d2cabcb0af4bc0072b0
[reactos.git] / reactos / dll / win32 / mapi32 / mapi32.rbuild
1 <?xml version="1.0"?>
2 <!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
3 <group>
4 <module name="mapi32" type="win32dll" baseaddress="${BASEADDRESS_MAPI32}" installbase="system32" installname="mapi32.dll" allowwarnings="true">
5 <importlibrary definition="mapi32.spec" />
6 <include base="mapi32">.</include>
7 <include base="ReactOS">include/reactos/wine</include>
8 <define name="__WINESRC__" />
9 <define name="WINVER">0x600</define>
10 <define name="_WIN32_WINNT">0x600</define>
11 <file>imalloc.c</file>
12 <file>mapi32_main.c</file>
13 <file>prop.c</file>
14 <file>sendmail.c</file>
15 <file>util.c</file>
16 <file>mapi32.spec</file>
17 <library>wine</library>
18 <library>shlwapi</library>
19 <library>shell32</library>
20 <library>kernel32</library>
21 <library>uuid</library>
22 <library>ntdll</library>
23 </module>
24 </group>