mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-31 12:23:31 +00:00
changed 'warnings' attribute of <module> to 'allowwarnings' to make it's function less ambiguous svn path=/trunk/; revision=17755
35 lines
1.0 KiB
XML
35 lines
1.0 KiB
XML
<module name="dbghelp" type="win32dll" baseaddress="${BASEADDRESS_DBGHELP}" installbase="system32" installname="dbghelp.dll" allowwarnings="true">
|
|
<importlibrary definition="dbghelp.spec.def" />
|
|
<include base="dbghelp">.</include>
|
|
<include base="ReactOS">include/wine</include>
|
|
<define name="__REACTOS__" />
|
|
<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>ntdll</library>
|
|
<library>kernel32</library>
|
|
<library>psapi</library>
|
|
<library>pseh</library>
|
|
<file>coff.c</file>
|
|
<file>dbghelp.c</file>
|
|
<file>elf_module.c</file>
|
|
<file>image.c</file>
|
|
<file>memory.c</file>
|
|
<file>minidump.c</file>
|
|
<file>module.c</file>
|
|
<file>msc.c</file>
|
|
<file>path.c</file>
|
|
<file>pe_module.c</file>
|
|
<file>regex.c</file>
|
|
<file>source.c</file>
|
|
<file>stabs.c</file>
|
|
<file>stack.c</file>
|
|
<file>storage.c</file>
|
|
<file>symbol.c</file>
|
|
<file>type.c</file>
|
|
<file>dbghelp.rc</file>
|
|
<file>dbghelp.spec</file>
|
|
</module>
|