reactos/rosapps/winver/winver.rbuild
Daniel Reimer a7fddf9c07 Delete all Trailing spaces in code.
svn path=/trunk/; revision=29689
2007-10-19 23:05:02 +00:00

10 lines
345 B
Ruby

<module name="winver" type="win32gui" installbase="system32" installname="winver.exe" unicode="yes">
<include base="winver">.</include>
<define name="__USE_W32API" />
<define name="_WIN32_IE">0x501</define>
<define name="_WIN32_WINNT">0x0501</define>
<library>shell32</library>
<library>kernel32</library>
<file>winver.c</file>
</module>