mirror of
https://github.com/reactos/reactos.git
synced 2024-11-05 22:26:39 +00:00
b17882ecd8
- Update tests to Wine head (as of 11th of May, 2008). svn path=/trunk/; revision=33464
13 lines
502 B
Ruby
13 lines
502 B
Ruby
<?xml version="1.0"?>
|
|
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
|
<module name="rsabase_winetest" type="win32cui" installbase="bin" installname="rsabase_winetest.exe" allowwarnings="true">
|
|
<include base="rsabase_winetest">.</include>
|
|
<define name="WINVER">0x600</define>
|
|
<define name="_WIN32_WINNT">0x600</define>
|
|
<library>wine</library>
|
|
<library>advapi32</library>
|
|
<library>kernel32</library>
|
|
<library>ntdll</library>
|
|
<file>rsabase.c</file>
|
|
<file>testlist.c</file>
|
|
</module>
|