[General]
[reactos.git] / reactos / base / applications / mscutils / eventvwr / eventvwr.rbuild
1 <?xml version="1.0"?>
2 <rbuild xmlns:xi="http://www.w3.org/2001/XInclude">
3 <module name="eventvwr" type="win32gui" installbase="system32" installname="eventvwr.exe" unicode="yes">
4 <include base="eventvwr">.</include>
5 <library>user32</library>
6 <library>comctl32</library>
7 <library>advapi32</library>
8 <file>eventvwr.c</file>
9 <file>eventvwr.rc</file>
10 </module>
11 </rbuild>