reactos/rosapps/applications/devutils/vgafontedit/vgafontedit.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

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