[EVENTLOG]
[reactos.git] / reactos / base / services / eventlog / eventlog.rbuild
1 <?xml version="1.0"?>
2 <!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
3 <module name="eventlog" type="win32cui" installbase="system32" installname="eventlog.exe" unicode="yes">
4 <include base="eventlog">.</include>
5 <include base="eventlog_server">.</include>
6 <library>ntdll</library>
7 <library>advapi32</library>
8 <library>eventlog_server</library>
9 <library>rpcrt4</library>
10 <library>pseh</library>
11 <file>eventlog.c</file>
12 <file>eventsource.c</file>
13 <file>logport.c</file>
14 <file>eventlog.rc</file>
15 <file>rpc.c</file>
16 <file>file.c</file>
17 <pch>eventlog.h</pch>
18 </module>