mirror of
https://github.com/reactos/reactos.git
synced 2024-11-06 06:33:08 +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
18 lines
467 B
Ruby
18 lines
467 B
Ruby
<module name="vgafontedit" type="win32gui" installname="vgafontedit.exe" unicode="yes">
|
|
<include base="vgafontedit">.</include>
|
|
|
|
<library>user32</library>
|
|
<library>gdi32</library>
|
|
<library>comdlg32</library>
|
|
|
|
<file>aboutdlg.c</file>
|
|
<file>editglyphdlg.c</file>
|
|
<file>fontboxeswnd.c</file>
|
|
<file>fontwnd.c</file>
|
|
<file>main.c</file>
|
|
<file>main.rc</file>
|
|
<file>mainwnd.c</file>
|
|
<file>misc.c</file>
|
|
<file>opensave.c</file>
|
|
<pch>precomp.h</pch>
|
|
</module>
|