mirror of
https://github.com/reactos/reactos.git
synced 2024-11-09 08:08:38 +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
20 lines
661 B
Ruby
20 lines
661 B
Ruby
<?xml version="1.0"?>
|
|
<rbuild xmlns:xi="http://www.w3.org/2001/XInclude">
|
|
<module name="winfile" type="win32gui" installbase="system32" installname="winfile.exe" allowwarnings="true">
|
|
<include base="winfile">.</include>
|
|
<define name="UNICODE" />
|
|
<library>shell32</library>
|
|
<library>comdlg32</library>
|
|
<library>comctl32</library>
|
|
<library>ole32</library>
|
|
<library>mpr</library>
|
|
<library>version</library>
|
|
<library>user32</library>
|
|
<library>gdi32</library>
|
|
<library>advapi32</library>
|
|
<library>uuid</library>
|
|
<file>splitpath.c</file>
|
|
<file>winefile.c</file>
|
|
<file>rsrc.rc</file>
|
|
</module>
|
|
</rbuild>
|