reactos/rostests/winetests/shell32/shell32.rbuild
Amine Khaldi b1df00f897 [SHELL32_WINETEST]
* Sync to Wine 1.3.29.

svn path=/trunk/; revision=53821
2011-09-23 23:14:50 +00:00

40 lines
1.1 KiB
Ruby

<?xml version="1.0"?>
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
<group>
<module name="shell32_winetest" type="win32cui" installbase="bin" installname="shell32_winetest.exe" allowwarnings="true">
<include base="shell32_winetest">.</include>
<define name="__ROS_LONG64__" />
<redefine name="_WIN32_WINNT">0x0501</redefine>
<library>wine</library>
<library>shell32</library>
<library>ole32</library>
<library>oleaut32</library>
<library>shlwapi</library>
<library>user32</library>
<library>gdi32</library>
<library>advapi32</library>
<library>uuid</library>
<library>ntdll</library>
<file>appbar.c</file>
<file>autocomplete.c</file>
<file>brsfolder.c</file>
<file>ebrowser.c</file>
<file>generated.c</file>
<file>progman_dde.c</file>
<file>recyclebin.c</file>
<file>shelldispatch.c</file>
<file>shelllink.c</file>
<file>shellole.c</file>
<file>shellpath.c</file>
<file>shfldr_special.c</file>
<file>shlexec.c</file>
<file>shlfileop.c</file>
<file>shlfolder.c</file>
<file>shlview.c</file>
<file>string.c</file>
<file>systray.c</file>
<file>testlist.c</file>
<file>rsrc.rc</file>
</module>
</group>