reactos/base/services/rpcss/rpcss.rbuild
Art Yerkes c501d8112c Create a branch for network fixes.
svn path=/branches/aicom-network-fixes/; revision=34994
2008-08-01 11:32:26 +00:00

10 lines
341 B
Ruby

<?xml version="1.0"?>
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
<module name="rpcss" type="win32cui" installbase="system32" installname="rpcss.exe">
<include base="rpcss">.</include>
<library>kernel32</library>
<library>advapi32</library>
<file>rpcss.c</file>
<file>endpoint.c</file>
<file>rpcss.rc</file>
</module>