mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user