mirror of
https://github.com/reactos/reactos.git
synced 2025-05-24 19:56:38 +00:00
Build when DBG=1
svn path=/branches/xmlbuildsystem/; revision=14550
This commit is contained in:
parent
76644e2b9b
commit
a95618a8a5
3 changed files with 3 additions and 4 deletions
|
@ -424,7 +424,7 @@ static DWORD getNumInterfacesInt(BOOL onlyNonLoopback)
|
|||
}
|
||||
|
||||
DPRINT("getNumInterfaces: success: %d %d %08x\n",
|
||||
onlyLoopback, numInterfaces, status );
|
||||
onlyNonLoopback, numInterfaces, status );
|
||||
|
||||
tdiFreeThingSet( entitySet );
|
||||
|
||||
|
|
|
@ -8,7 +8,6 @@
|
|||
<define name="__REACTOS__" />
|
||||
<define name="__USE_W32API" />
|
||||
<library>wine</library>
|
||||
<library>rtl</library>
|
||||
<library>ntdll</library>
|
||||
<library>kernel32</library>
|
||||
<library>advapi32</library>
|
||||
|
|
|
@ -14,6 +14,7 @@
|
|||
<library>rosrtl</library>
|
||||
<library>rtl</library>
|
||||
<library>string</library>
|
||||
<library>rossym</library>
|
||||
<directory name="include">
|
||||
<pch>ntoskrnl.h</pch>
|
||||
</directory>
|
||||
|
@ -102,11 +103,10 @@
|
|||
<file>kdb_keyboard.c</file>
|
||||
<file>kdb_serial.c</file>
|
||||
<file>rdebug.c</file>
|
||||
<file>profile.c</file>
|
||||
</if>
|
||||
<if property="DBG_OR_KDBG" value="true">
|
||||
<file>kdb_stabs.c</file>
|
||||
<file>kdb_symbols.c</file>
|
||||
<file>profile.c</file>
|
||||
</if>
|
||||
<file>dbgctrl.c</file>
|
||||
<file>errinfo.c</file>
|
||||
|
|
Loading…
Reference in a new issue