22fe8bb2a7f95713c5f6a8d1306d3a1ddcd53a67
[reactos.git] / reactos / dll / win32 / dbghelp / dbghelp.rbuild
1 <?xml version="1.0"?>
2 <!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
3 <group>
4 <module name="dbghelp" type="win32dll" baseaddress="${BASEADDRESS_DBGHELP}" installbase="system32" installname="dbghelp.dll" allowwarnings="true" crt="msvcrt">
5 <importlibrary definition="dbghelp.spec" />
6 <include base="dbghelp">.</include>
7 <include base="ReactOS">include/reactos/wine</include>
8 <define name="__WINESRC__" />
9 <define name="_WINE" />
10 <define name="HAVE_REGEX_H" />
11 <define name="_IMAGEHLP_SOURCE_" />
12 <if property="ARCH" value="amd64">
13 <define name="UNW_FLAG_NHANDLER">0</define>
14 <define name="UNW_FLAG_EHANDLER">1</define>
15 <define name="UNW_FLAG_UHANDLER">2</define>
16 <define name="UNW_FLAG_CHAININFO">3</define>
17 </if>
18 <file>coff.c</file>
19 <file>cpu_i386.c</file>
20 <file>cpu_ppc.c</file>
21 <file>cpu_x86_64.c</file>
22 <file>crc32.c</file>
23 <file>dbghelp.c</file>
24 <file>dwarf.c</file>
25 <file>elf_module.c</file>
26 <file>image.c</file>
27 <file>macho_module.c</file>
28 <file>minidump.c</file>
29 <file>module.c</file>
30 <file>msc.c</file>
31 <file>path.c</file>
32 <file>pe_module.c</file>
33 <file>regex.c</file>
34 <file>rosstubs.c</file>
35 <file>source.c</file>
36 <file>stabs.c</file>
37 <file>stack.c</file>
38 <file>storage.c</file>
39 <file>symbol.c</file>
40 <file>type.c</file>
41 <file>version.rc</file>
42 <library>wine</library>
43 <library>psapi</library>
44 <library>version</library>
45 <library>ntdll</library>
46 <library>pseh</library>
47 </module>
48 </group>