mirror of
https://github.com/reactos/reactos.git
synced 2025-01-07 14:51:00 +00:00
a4cad0ba8d
- Get rid of -Wno-format in the Winetests, replacing it with __ROS_LONG64__. svn path=/trunk/; revision=41453
11 lines
396 B
Ruby
11 lines
396 B
Ruby
<module name="msctf_winetest" type="win32cui" installbase="bin" installname="msctf_winetest.exe" allowwarnings="true">
|
|
<include base="msctf_winetest">.</include>
|
|
<define name="__ROS_LONG64__" />
|
|
<file>inputprocessor.c</file>
|
|
<file>testlist.c</file>
|
|
<library>wine</library>
|
|
<library>ole32</library>
|
|
<library>user32</library>
|
|
<library>kernel32</library>
|
|
<library>ntdll</library>
|
|
</module>
|