mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 21:09:15 +00:00
29257b1ed2
svn path=/trunk/; revision=47939
29 lines
802 B
Ruby
29 lines
802 B
Ruby
<?xml version="1.0"?>
|
|
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
|
<group>
|
|
<module name="shlwapi_winetest" type="win32cui" installbase="bin" installname="shlwapi_winetest.exe" allowwarnings="true">
|
|
<include base="shlwapi_winetest">.</include>
|
|
<define name="__ROS_LONG64__" />
|
|
<file>assoc.c</file>
|
|
<file>clist.c</file>
|
|
<file>clsid.c</file>
|
|
<file>generated.c</file>
|
|
<file>istream.c</file>
|
|
<file>ordinal.c</file>
|
|
<file>path.c</file>
|
|
<file>shreg.c</file>
|
|
<file>string.c</file>
|
|
<file>url.c</file>
|
|
<file>testlist.c</file>
|
|
<file>thread.c</file>
|
|
<library>wine</library>
|
|
<library>uuid</library>
|
|
<library>shlwapi</library>
|
|
<library>advapi32</library>
|
|
<library>ole32</library>
|
|
<library>oleaut32</library>
|
|
<library>user32</library>
|
|
<library>ntdll</library>
|
|
</module>
|
|
</group>
|