mirror of
https://github.com/reactos/reactos.git
synced 2025-04-26 00:20:34 +00:00

- 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
9 lines
295 B
Ruby
9 lines
295 B
Ruby
<module name="fontview" type="win32gui" installbase="system32" installname="fontview.exe">
|
|
<include base="fontview">.</include>
|
|
<library>gdi32</library>
|
|
<library>user32</library>
|
|
<library>shell32</library>
|
|
<file>fontview.c</file>
|
|
<file>display.c</file>
|
|
<file>fontview.rc</file>
|
|
</module>
|