mirror of
https://github.com/reactos/reactos.git
synced 2025-05-18 16:51:18 +00:00
fixed gdb2 build thx hpoussin for the host info
svn path=/trunk/; revision=23949
This commit is contained in:
parent
fa303561af
commit
a5ea7e70cd
1 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,9 @@
|
||||||
<module name="gdb2" type="win32cui" installbase="system32" installname="gdb2.exe">
|
<module name="gdb2" type="win32cui" installbase="system32" installname="gdb2.exe" stdlib="host">
|
||||||
<include base="gdb2">.</include>
|
<include base="gdb2">.</include>
|
||||||
<define name="__USE_W32API" />
|
<define name="__USE_W32API" />
|
||||||
<define name="_WIN32_IE">0x0501</define>
|
<define name="_WIN32_IE">0x0501</define>
|
||||||
<define name="_WIN32_WINNT">0x0501</define>
|
<define name="_WIN32_WINNT">0x0501</define>
|
||||||
|
<library>kernel32</library>
|
||||||
|
<library>user32</library>
|
||||||
<file>gdb2.cpp</file>
|
<file>gdb2.cpp</file>
|
||||||
</module>
|
</module>
|
Loading…
Reference in a new issue