[NTOS]: Implement MmDeleteTeb, VADs are now deleted/freed on thread exit as well...
[reactos.git] / base / applications / mscutils / eventvwr / eventvwr.rbuild
1 <?xml version="1.0"?>
2 <!DOCTYPE module SYSTEM "../../../../tools/rbuild/project.dtd">
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>