mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 09:21:50 +00:00
Fixing some renname of xml to rbuild
svn path=/trunk/; revision=23344
This commit is contained in:
parent
f909be8aaa
commit
ae5ead0153
33 changed files with 77 additions and 77 deletions
10
rosapps/sysutils/chklib/chklib.rbuild
Normal file
10
rosapps/sysutils/chklib/chklib.rbuild
Normal file
|
@ -0,0 +1,10 @@
|
|||
<module name="chklib" type="win32cui" installbase="system32" installname="chklib.exe" allowwarnings="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>
|
Loading…
Add table
Add a link
Reference in a new issue