reactos/rostests/winetests/shell32/shell32.rbuild
Aleksey Bragin 33c6673cfb Move and reshuffle reactos/regtetsts into rostests. 1/2
svn path=/trunk/; revision=26014
2007-03-06 11:59:18 +00:00

18 lines
598 B
Ruby

<module name="shell32_winetest" type="win32cui" installbase="bin" installname="shell32_winetest.exe" allowwarnings="true">
<include base="shell32_winetest">.</include>
<define name="__USE_W32API" />
<library>ntdll</library>
<library>shell32</library>
<library>kernel32</library>
<library>advapi32</library>
<library>shlwapi</library>
<library>ole32</library>
<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>testlist.c</file>
</module>