mirror of
https://github.com/reactos/reactos.git
synced 2026-07-07 09:40:21 +08:00
allow warnings for idl
svn path=/trunk/; revision=42493
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user