mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 07:43:12 +00:00
Link to wine library if we are using Wine-style debug macros
svn path=/trunk/; revision=28597
This commit is contained in:
parent
513a12418d
commit
18af7ec60d
2 changed files with 23 additions and 22 deletions
|
@ -13,6 +13,7 @@
|
|||
<define name="USE_WIN32_OPENGL" />
|
||||
|
||||
<library>uuid</library>
|
||||
<library>wine</library>
|
||||
<library>user32 </library>
|
||||
<library>opengl32 </library>
|
||||
<library>gdi32 </library>
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
<module name="ws2_32" type="win32dll" baseaddress="${BASEADDRESS_WS2_32}" installbase="system32" installname="ws2_32.dll">
|
||||
<importlibrary definition="ws2_32.def" />
|
||||
<include base="ws2_32">include</include>
|
||||
<include base="ReactOS">include/reactos</include>
|
||||
<include base="ReactOS">include/reactos/wine</include>
|
||||
<define name="_DISABLE_TIDENTS" />
|
||||
<define name="UNICODE" />
|
||||
|
@ -9,6 +8,7 @@
|
|||
<define name="__USE_W32API" />
|
||||
<define name="__REACTOS__" />
|
||||
<define name="_WIN32_WINNT">0x0500</define>
|
||||
<library>wine</library>
|
||||
<library>ntdll</library>
|
||||
<library>kernel32</library>
|
||||
<library>user32</library>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue