mirror of
https://github.com/reactos/reactos.git
synced 2024-10-30 11:35:58 +00:00
b17882ecd8
- Update tests to Wine head (as of 11th of May, 2008). svn path=/trunk/; revision=33464
16 lines
528 B
Ruby
16 lines
528 B
Ruby
<?xml version="1.0"?>
|
|
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
|
<group>
|
|
<module name="usp10_winetest" type="win32cui" installbase="bin" installname="usp10_winetest.exe" allowwarnings="true">
|
|
<include base="usp10_winetest">.</include>
|
|
<define name="__USE_W32API" />
|
|
<library>ntdll</library>
|
|
<library>gdi32</library>
|
|
<library>kernel32</library>
|
|
<library>user32</library>
|
|
<library>usp10</library>
|
|
<file>usp10.c</file>
|
|
<file>testlist.c</file>
|
|
</module>
|
|
</group>
|