mirror of
https://github.com/reactos/reactos.git
synced 2025-05-21 01:54:21 +00:00
allow warnings for idl
svn path=/trunk/; revision=42493
This commit is contained in:
parent
681b7b3276
commit
f2475c62a6
1 changed files with 1 additions and 3 deletions
|
@ -2,11 +2,9 @@
|
|||
<!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__" />
|
||||
<module name="rpcrt4_winetest_client" type="rpcclient" allowwarnings="true">
|
||||
<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