reactos/base/services/eventlog/eventlog.rbuild
KJK::Hyperion c0fa485960 The real, definitive, Visual C++ support branch. Accept no substitutes
svn path=/branches/the-real-msvc/; revision=36960
2008-10-25 17:56:00 +00:00

19 lines
592 B
Ruby

<?xml version="1.0"?>
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
<module name="eventlog" type="win32cui" installbase="system32" installname="eventlog.exe" unicode="yes">
<include base="eventlog">.</include>
<include base="eventlog_server">.</include>
<library>ntdll</library>
<library>kernel32</library>
<library>advapi32</library>
<library>eventlog_server</library>
<library>rpcrt4</library>
<library>pseh</library>
<file>eventlog.c</file>
<file>logport.c</file>
<file>eventlog.rc</file>
<file>rpc.c</file>
<file>file.c</file>
<pch>eventlog.h</pch>
</module>