mirror of
https://github.com/reactos/reactos.git
synced 2025-07-24 15:13:36 +00:00
27 lines
813 B
Ruby
27 lines
813 B
Ruby
<?xml version="1.0"?>
|
|
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
|
<group>
|
|
<module name="rpcss" type="win32cui" installbase="system32" installname="rpcss.exe" unicode="yes">
|
|
<include base="rpcss">.</include>
|
|
<include base="rpcss" root="intermediate">.</include>
|
|
<library>wine</library>
|
|
<library>rpcss_epm_server</library>
|
|
<library>rpcss_irot_server</library>
|
|
<library>rpcrt4</library>
|
|
<library>advapi32</library>
|
|
<library>pseh</library>
|
|
<file>epmp.c</file>
|
|
<file>irotp.c</file>
|
|
<file>rpcss_main.c</file>
|
|
<file>service_main.c</file>
|
|
<file>epm.idl</file>
|
|
<file>irot.idl</file>
|
|
<file>rpcss.rc</file>
|
|
</module>
|
|
<module name="rpcss_epm_server" type="rpcserver">
|
|
<file>epm.idl</file>
|
|
</module>
|
|
<module name="rpcss_irot_server" type="rpcserver">
|
|
<file>irot.idl</file>
|
|
</module>
|
|
</group>
|