reactos/reactos/dll/win32/mapi32/mapi32.rbuild

26 lines
870 B
Plaintext
Raw Normal View History

<module name="mapi32" type="win32dll" baseaddress="${BASEADDRESS_MAPI32}" installbase="system32" installname="mapi32.dll" allowwarnings="true">
<importlibrary definition="mapi32.spec.def" />
<include base="mapi32">.</include>
<include base="ReactOS">include/reactos/wine</include>
<define name="__REACTOS__" />
<define name="__WINESRC__" />
<define name="__USE_W32API" />
<define name="_WIN32_IE">0x600</define>
<define name="_WIN32_WINNT">0x501</define>
<define name="WINVER">0x501</define>
<library>wine</library>
<library>shlwapi</library>
<library>shell32</library>
<library>ole32</library>
<library>user32</library>
<library>kernel32</library>
<library>ntdll</library>
<library>uuid</library>
<file>imalloc.c</file>
<file>mapi32_main.c</file>
<file>prop.c</file>
<file>sendmail.c</file>
<file>util.c</file>
<file>mapi32.spec</file>
</module>