reactos/rosapps/applications/sysutils/chklib/chklib.rbuild
Aleksey Bragin 1b7106dee1 - Remove useless USE_W32API define from .rbuilds
- Fix compilation of a number of modules.
- Delete outdated fmifs.h, the one from ReactOS includes should be used instead.
- Move more libs to /lib directory.

svn path=/trunk/; revision=34627
2008-07-21 09:15:15 +00:00

13 lines
349 B
Ruby

<module name="chklib" type="win32cui" installbase="system32" installname="chklib.exe" allowwarnings="true">
<include base="chklib>..</include>
<define name="_WIN32_IE">0x0501</define>
<define name="_WIN32_WINNT">0x0501</define>
<library>win32err</library>
<library>kernel32</library>
<file>chklib.c</file>
<file>chklib.rc</file>
</module>