mirror of
https://github.com/reactos/reactos.git
synced 2024-11-09 08:08:38 +00:00
91ae1adf27
Split sysutils. svn path=/trunk/; revision=16861
10 lines
378 B
XML
10 lines
378 B
XML
<module name="chklib" type="win32cui" installbase="system32" installname="chklib.exe" warnings="true">
|
|
<linkerflag>--numeric-sort</linkerflag>
|
|
<define name="__USE_W32API" />
|
|
<define name="_WIN32_IE">0x0501</define>
|
|
<define name="_WIN32_WINNT">0x0501</define>
|
|
<library>kernel32</library>
|
|
<library>win32err</library>
|
|
<file>chklib.c</file>
|
|
<file>chklib.rc</file>
|
|
</module>
|