Fix indentation in the .rbuild file and remove some libs we don't use

svn path=/trunk/; revision=33075
This commit is contained in:
Colin Finck 2008-04-20 18:06:36 +00:00
parent 4b7c2d1cc2
commit 2b6311590f

View file

@ -2,19 +2,11 @@
<group xmlns:xi="http://www.w3.org/2001/XInclude">
<module name="kbswitch" type="win32gui" installbase="system32" installname="kbswitch.exe" unicode="yes">
<include base="kbswitch">.</include>
<define name="_WIN32_IE">0x600</define>
<define name="WINVER">0x500</define>
<define name="_WIN32_WINNT">0x501</define>
<library>kernel32</library>
<library>advapi32</library>
<library>ntdll</library>
<library>user32</library>
<library>gdi32</library>
<library>shell32</library>
<library>comctl32</library>
<library>msimg32</library>
<library>shlwapi</library>
<file>kbswitch.c</file>
<file>kbswitch.c</file>
<file>kbswitch.rc</file>
</module>
</group>
</group>