Sync with trunk (r48545)
[reactos.git] / dll / win32 / imagehlp / imagehlp.rbuild
1 <module name="imagehlp" type="win32dll" baseaddress="${BASEADDRESS_IMAGEHLP}" installbase="system32" allowwarnings="true" installname="imagehlp.dll" crt="msvcrt">
2 <importlibrary definition="imagehlp.spec" />
3 <include base="imagehlp">.</include>
4 <define name="_IMAGEHLP_SOURCE_"></define>
5 <library>wine</library>
6 <library>dbghelp</library>
7 <library>ntdll</library>
8 <file>access.c</file>
9 <file>imagehlp_main.c</file>
10 <file>integrity.c</file>
11 <file>modify.c</file>
12 <file>imagehlp.rc</file>
13 <pch>precomp.h</pch>
14 </module>