Fixing some renname of xml to rbuild

svn path=/trunk/; revision=23344
This commit is contained in:
Magnus Olsen 2006-07-29 14:26:28 +00:00
parent f909be8aaa
commit ae5ead0153
33 changed files with 77 additions and 77 deletions

View 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>