mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 06:15:26 +00:00
bfc3948cfe
modified tests/polytest/polytest.cpp Use %ld to print LONGs, not %d modified tests/vmtest/vmtest.c Don't do pointer arithmetics on PVOID Everything else Compile winetests with __ROS_LONG64__ svn path=/trunk/; revision=38873
27 lines
831 B
Ruby
27 lines
831 B
Ruby
<?xml version="1.0"?>
|
|
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
|
<group>
|
|
<module name="gdiplus_winetest" type="win32cui" installbase="bin" installname="gdiplus_winetest.exe" allowwarnings="true">
|
|
<compilerflag compiler="cc">-Wno-format</compilerflag>
|
|
<include base="gdiplus_winetest">.</include>
|
|
<define name="__ROS_LONG64__" />
|
|
<file>brush.c</file>
|
|
<file>customlinecap.c</file>
|
|
<file>font.c</file>
|
|
<file>graphics.c</file>
|
|
<file>graphicspath.c</file>
|
|
<file>image.c</file>
|
|
<file>matrix.c</file>
|
|
<file>pathiterator.c</file>
|
|
<file>pen.c</file>
|
|
<file>region.c</file>
|
|
<file>stringformat.c</file>
|
|
<file>testlist.c</file>
|
|
<library>wine</library>
|
|
<library>gdiplus</library>
|
|
<library>user32</library>
|
|
<library>gdi32</library>
|
|
<library>kernel32</library>
|
|
<library>ntdll</library>
|
|
</module>
|
|
</group>
|