mirror of
https://github.com/reactos/reactos.git
synced 2024-11-10 16:48:16 +00:00
dfa9eb6204
- Remove the "kernel32" library reference in all .rbuild files of user-mode modules, because this one is already added by "mingw_common". Also fix the indentation in some files. svn path=/trunk/; revision=44368
26 lines
755 B
Ruby
26 lines
755 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>
|
|
<library>wine</library>
|
|
<library>uuid</library>
|
|
<library>shlwapi</library>
|
|
<library>advapi32</library>
|
|
<library>ole32</library>
|
|
<library>oleaut32</library>
|
|
<library>ntdll</library>
|
|
</module>
|
|
</group>
|