mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
add resource file to kernel32_winetest
this fixes all kernel32 resource tests spotted by Giannis Adamopoulos svn path=/trunk/; revision=39526
This commit is contained in:
parent
3b3a6508ad
commit
4a2b32d1ad
1 changed files with 2 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
||||
<group>
|
||||
<module name="kernel32_winetest" type="win32cui" installbase="bin" installname="kernel32_winetest.exe" allowwarnings="true">
|
||||
<compilerflag compiler="cc">-Wno-format</compilerflag>
|
||||
<compilerflag compiler="cc">-Wno-format</compilerflag>
|
||||
<include base="kernel32_winetest">.</include>
|
||||
<define name="__USE_W32API" />
|
||||
<define name="__ROS_LONG64__" />
|
||||
|
@ -43,5 +43,6 @@
|
|||
<file>virtual.c</file>
|
||||
<file>volume.c</file>
|
||||
<file>testlist.c</file>
|
||||
<file>resource.rc</file>
|
||||
</module>
|
||||
</group>
|
||||
|
|
Loading…
Reference in a new issue