- Sync up Mm interface with WinLdr branch (introduce the concept of a memory type...
[reactos.git] / reactos / dll / win32 / imagehlp / imagehlp.rbuild
1 <module name="imagehlp" type="win32dll" baseaddress="${BASEADDRESS_IMAGEHLP}" installbase="system32" installname="imagehlp.dll" allowwarnings="true">
2 <importlibrary definition="imagehlp.def" />
3 <include base="imagehlp">.</include>
4 <define name="_WIN32_WINNT">0x600</define>
5 <define name="WINVER">0x0600</define>
6 <define name="_IMAGEHLP_SOURCE_"></define>
7 <library>wine</library>
8 <library>ntdll</library>
9 <library>kernel32</library>
10 <file>access.c</file>
11 <file>imagehlp_main.c</file>
12 <file>integrity.c</file>
13 <file>modify.c</file>
14 <file>imagehlp.rc</file>
15 <pch>precomp.h</pch>
16 <linkerflag>-enable-stdcall-fixup</linkerflag>
17 </module>