reactos/base/applications/mscutils/eventvwr/eventvwr.rbuild
Timo Kreuzer 9ea495ba33 Create a branch for header work.
svn path=/branches/header-work/; revision=45691
2010-02-26 22:57:55 +00:00

11 lines
373 B
Ruby

<?xml version="1.0"?>
<rbuild xmlns:xi="http://www.w3.org/2001/XInclude">
<module name="eventvwr" type="win32gui" installbase="system32" installname="eventvwr.exe" unicode="yes">
<include base="eventvwr">.</include>
<library>user32</library>
<library>comctl32</library>
<library>advapi32</library>
<file>eventvwr.c</file>
<file>eventvwr.rc</file>
</module>
</rbuild>