mirror of
https://github.com/reactos/reactos.git
synced 2024-11-03 21:34:00 +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
15 lines
526 B
Ruby
15 lines
526 B
Ruby
<?xml version="1.0"?>
|
|
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
|
<group>
|
|
<module name="rsaenh_winetest" type="win32cui" installbase="bin" installname="rsaenh_winetest.exe" allowwarnings="true">
|
|
<compilerflag compiler="cc">-Wno-format</compilerflag>
|
|
<include base="rsaenh_winetest">.</include>
|
|
<define name="__ROS_LONG64__" />
|
|
<file>rsaenh.c</file>
|
|
<file>testlist.c</file>
|
|
<library>wine</library>
|
|
<library>advapi32</library>
|
|
<library>kernel32</library>
|
|
<library>ntdll</library>
|
|
</module>
|
|
</group>
|