mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
Nicolas Sapa < reactos AT byme DOT at>
- Patch to fix build of rosapps. - See issue #3420 for more details. svn path=/trunk/; revision=34193
This commit is contained in:
parent
71cf45cfa3
commit
683a83c2c5
5 changed files with 3 additions and 3 deletions
|
@ -6,6 +6,7 @@
|
|||
<library>kernel32</library>
|
||||
<library>user32</library>
|
||||
<library>ws2_32</library>
|
||||
<library>advapi32</library>
|
||||
|
||||
<file>netreg.cpp</file>
|
||||
<file>netreg.rc</file>
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
<define name="_WIN32_WINNT">0x501</define>
|
||||
<library>kernel32</library>
|
||||
<library>ws2_32</library>
|
||||
<library>kernel32</library>
|
||||
<library>user32</library>
|
||||
<file>config.cpp</file>
|
||||
<file>error.cpp</file>
|
||||
<file>http.cpp</file>
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
<module name="lsdd" type="win32cui" installbase="system32" installname="lsdd.exe">
|
||||
<linkerflag>--numeric-sort</linkerflag>
|
||||
<define name="__USE_W32API" />
|
||||
<define name="_WIN32_IE">0x0501</define>
|
||||
<define name="_WIN32_WINNT">0x0501</define>
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
<module name="pedump" type="win32cui" installbase="system32" installname="pedump.exe">
|
||||
<linkerflag>--numeric-sort</linkerflag>
|
||||
<define name="__USE_W32API" />
|
||||
<define name="_WIN32_IE">0x0501</define>
|
||||
<define name="_WIN32_WINNT">0x0501</define>
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
<define name="__USE_W32API" />
|
||||
<library>kernel32</library>
|
||||
<library>user32</library>
|
||||
<library>advapi32</library>
|
||||
|
||||
<file>ArgumentParser.cpp</file>
|
||||
<file>Console.cpp</file>
|
||||
|
|
Loading…
Reference in a new issue