- 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
This commit is contained in:
Aleksey Bragin 2008-07-21 09:15:15 +00:00
parent 32bd72afd4
commit 1b7106dee1
76 changed files with 47 additions and 478 deletions

View file

@ -1,10 +1,12 @@
<module name="chklib" type="win32cui" installbase="system32" installname="chklib.exe" allowwarnings="true">
<linkerflag>--numeric-sort</linkerflag>
<define name="__USE_W32API" />
<include base="chklib>..</include>
<define name="_WIN32_IE">0x0501</define>
<define name="_WIN32_WINNT">0x0501</define>
<library>kernel32</library>
<library>win32err</library>
<library>kernel32</library>
<file>chklib.c</file>
<file>chklib.rc</file>
</module>