reactos/rostests/winetests/shell32/shell32.rbuild
Aleksey Bragin 5b1318aae8 - Remove version defines.
svn path=/trunk/; revision=36941
2008-10-25 14:00:02 +00:00

29 lines
836 B
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>
<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>kernel32</library>
<library>uuid</library>
<library>ntdll</library>
<file>generated.c</file>
<file>shelllink.c</file>
<file>shellpath.c</file>
<file>shlexec.c</file>
<file>shlfileop.c</file>
<file>shlfolder.c</file>
<file>string.c</file>
<file>systray.c</file>
<file>testlist.c</file>
<file>shfldr_netplaces.c</file>
</module>
</group>