reactos/rosapps/applications/winfile/winfile.rbuild
Colin Finck dfa9eb6204 [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
2009-12-02 20:32:16 +00:00

21 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>