Merging r37048, r37051, r37052, r37055 from the-real-msvc branch
[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" allowwarnings="true">
4 <include base="eventvwr">.</include>
5 <library>kernel32</library>
6 <library>user32</library>
7 <library>comctl32</library>
8 <library>advapi32</library>
9 <file>eventvwr.c</file>
10 <file>eventvwr.rc</file>
11 </module>
12 </rbuild>