mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
Avoid GNU make warnings
svn path=/trunk/; revision=16610
This commit is contained in:
parent
a04a10667a
commit
07e1646825
1 changed files with 10 additions and 3 deletions
|
@ -23,14 +23,21 @@
|
||||||
</directory>
|
</directory>
|
||||||
|
|
||||||
|
|
||||||
|
<module name="win32err" type="objectlibrary">
|
||||||
|
<define name="__USE_W32API" />
|
||||||
|
<define name="_WIN32_IE">0x0501</define>
|
||||||
|
<define name="_WIN32_WINNT">0x0501</define>
|
||||||
|
<file>win32err.c</file>
|
||||||
|
</module>
|
||||||
|
|
||||||
<module name="chklib" type="win32cui" installbase="system32" installname="chklib.exe" warnings="true">
|
<module name="chklib" type="win32cui" installbase="system32" installname="chklib.exe" warnings="true">
|
||||||
<linkerflag>--numeric-sort</linkerflag>
|
<linkerflag>--numeric-sort</linkerflag>
|
||||||
<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>kernel32</library>
|
||||||
|
<library>win32err</library>
|
||||||
<file>chklib.c</file>
|
<file>chklib.c</file>
|
||||||
<file>win32err.c</file>
|
|
||||||
<file>chklib.rc</file>
|
<file>chklib.rc</file>
|
||||||
</module>
|
</module>
|
||||||
|
|
||||||
|
@ -41,8 +48,8 @@
|
||||||
<define name="_WIN32_WINNT">0x0501</define>
|
<define name="_WIN32_WINNT">0x0501</define>
|
||||||
<library>kernel32</library>
|
<library>kernel32</library>
|
||||||
<library>user32</library>
|
<library>user32</library>
|
||||||
|
<library>win32err</library>
|
||||||
<file>shutdown.c</file>
|
<file>shutdown.c</file>
|
||||||
<file>win32err.c</file>
|
|
||||||
<file>shutdown.rc</file>
|
<file>shutdown.rc</file>
|
||||||
</module>
|
</module>
|
||||||
|
|
||||||
|
@ -62,7 +69,7 @@
|
||||||
<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>win32err</library>
|
||||||
<file>ldd.c</file>
|
<file>ldd.c</file>
|
||||||
<file>win32err.c</file>
|
|
||||||
<file>ldd.rc</file>
|
<file>ldd.rc</file>
|
||||||
</module>
|
</module>
|
||||||
|
|
Loading…
Reference in a new issue