mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 00:45:24 +00:00
Didn't want to commit this. Use the opportunity to convert spaces -> tabs.
svn path=/trunk/; revision=38062
This commit is contained in:
parent
fd55d5ab90
commit
a49057dcd6
1 changed files with 18 additions and 19 deletions
|
@ -1,21 +1,20 @@
|
|||
<module name="rosperf" type="win32cui" installbase="system32" installname="rosperf.exe">
|
||||
<include base="rosperf">.</include>
|
||||
<define name="UNICODE" />
|
||||
<library>version</library>
|
||||
<library>msvcrt</library>
|
||||
<library>msimg32</library>
|
||||
<library>gdi32</library>
|
||||
<library>shell32</library>
|
||||
<library>advapi32</library>
|
||||
<library>user32</library>
|
||||
<library>kernel32</library>
|
||||
<library>ntdll</library>
|
||||
<file>rosperf.c</file>
|
||||
<file>lines.c</file>
|
||||
<file>fill.c</file>
|
||||
<file>text.c</file>
|
||||
<file>alphablend.c</file>
|
||||
<file>testlist.c</file>
|
||||
<file>gradient.c</file>
|
||||
<file>rosperf.rc</file>
|
||||
<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>kernel32</library>
|
||||
<library>ntdll</library>
|
||||
<file>rosperf.c</file>
|
||||
<file>lines.c</file>
|
||||
<file>fill.c</file>
|
||||
<file>text.c</file>
|
||||
<file>alphablend.c</file>
|
||||
<file>testlist.c</file>
|
||||
<file>gradient.c</file>
|
||||
<file>rosperf.rc</file>
|
||||
</module>
|
||||
|
|
Loading…
Reference in a new issue