mirror of
https://github.com/reactos/reactos.git
synced 2025-04-20 12:29:56 +00:00
try to re enable rpc4rt winetest
svn path=/trunk/; revision=42492
This commit is contained in:
parent
c319a3c9bb
commit
681b7b3276
2 changed files with 3 additions and 1 deletions
|
@ -167,7 +167,7 @@
|
|||
<xi:include href="riched32/riched32.rbuild" />
|
||||
</directory>
|
||||
<directory name="rpcrt4">
|
||||
<!-- xi:include href="rpcrt4/rpcrt4.rbuild" / -->
|
||||
<xi:include href="rpcrt4/rpcrt4.rbuild" />
|
||||
</directory>
|
||||
<directory name="rsabase">
|
||||
<xi:include href="rsabase/rsabase.rbuild" />
|
||||
|
|
|
@ -2,9 +2,11 @@
|
|||
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
||||
<group>
|
||||
<module name="rpcrt4_winetest_server" type="rpcserver" allowwarnings="true">
|
||||
<define name="__ROS_LONG64__" />
|
||||
<file>server.idl</file>
|
||||
</module>
|
||||
<module name="rpcrt4_winetest_client" type="rpcclient">
|
||||
<define name="__ROS_LONG64__" />
|
||||
<file>server.idl</file>
|
||||
</module>
|
||||
<module name="rpcrt4_winetest" type="win32cui" installbase="bin" installname="rpcrt4_winetest.exe" allowwarnings="true">
|
||||
|
|
Loading…
Reference in a new issue