reactos/rosapps/applications/sysutils/utils/rosperf/rosperf.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
568 B
Ruby

<module name="rosperf" type="win32cui" installbase="system32" installname="rosperf.exe">
<include base="rosperf">.</include>
<define name="UNICODE" />
<library>version</library>
<library>msimg32</library>
<library>gdi32</library>
<library>shell32</library>
<library>advapi32</library>
<library>user32</library>
<library>ntdll</library>
<file>rosperf.c</file>
<file>lines.c</file>
<file>fill.c</file>
<file>scroll.c</file>
<file>text.c</file>
<file>alphablend.c</file>
<file>testlist.c</file>
<file>gradient.c</file>
<file>rosperf.rc</file>
</module>