2008-05-09 17:35:45 +00:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
|
|
|
<group>
|
2007-03-06 11:59:18 +00:00
|
|
|
<module name="shell32_winetest" type="win32cui" installbase="bin" installname="shell32_winetest.exe" allowwarnings="true">
|
2007-08-27 07:03:32 +00:00
|
|
|
<include base="shell32_winetest">.</include>
|
|
|
|
<define name="__USE_W32API" />
|
|
|
|
<define name="_WIN32_IE">0x600</define>
|
|
|
|
<define name="_WIN32_WINNT">0x501</define>
|
|
|
|
<define name="WINVER">0x501</define>
|
|
|
|
<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>
|
2008-05-09 17:35:45 +00:00
|
|
|
<file>shfldr_netplaces.c</file>
|
2007-03-06 11:59:18 +00:00
|
|
|
</module>
|
2008-05-09 17:35:45 +00:00
|
|
|
</group>
|