Fix some mistakes detected by a true XML parser
[reactos.git] / rosapps / applications / sysutils / chklib / chklib.rbuild
1 <module name="chklib" type="win32cui" installbase="system32" installname="chklib.exe" allowwarnings="true">
2 <include base="chklib">..</include>
3
4 <define name="_WIN32_IE">0x0501</define>
5 <define name="_WIN32_WINNT">0x0501</define>
6
7 <library>win32err</library>
8 <library>kernel32</library>
9
10 <file>chklib.c</file>
11 <file>chklib.rc</file>
12 </module>