mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 06:26:00 +00:00
[General]
- 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
This commit is contained in:
parent
c77da60dbc
commit
dfa9eb6204
608 changed files with 217 additions and 876 deletions
|
@ -1,21 +1,18 @@
|
|||
<?xml version="1.0"?>
|
||||
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
||||
<group>
|
||||
<module name="setupapi_winetest" type="win32cui" installbase="bin" installname="setupapi_winetest.exe" allowwarnings="true">
|
||||
<include base="setupapi_winetest">.</include>
|
||||
<define name="__ROS_LONG64__" />
|
||||
<library>ntdll</library>
|
||||
<library>kernel32</library>
|
||||
<library>advapi32</library>
|
||||
<library>setupapi</library>
|
||||
<library>user32</library>
|
||||
<file>devclass.c</file>
|
||||
<file>devinst.c</file>
|
||||
<file>install.c</file>
|
||||
<file>misc.c</file>
|
||||
<file>parser.c</file>
|
||||
<file>query.c</file>
|
||||
<file>stringtable.c</file>
|
||||
<file>testlist.c</file>
|
||||
<include base="setupapi_winetest">.</include>
|
||||
<define name="__ROS_LONG64__" />
|
||||
<library>ntdll</library>
|
||||
<library>advapi32</library>
|
||||
<library>setupapi</library>
|
||||
<library>user32</library>
|
||||
<file>devclass.c</file>
|
||||
<file>devinst.c</file>
|
||||
<file>install.c</file>
|
||||
<file>misc.c</file>
|
||||
<file>parser.c</file>
|
||||
<file>query.c</file>
|
||||
<file>stringtable.c</file>
|
||||
<file>testlist.c</file>
|
||||
</module>
|
||||
</group>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue