reactos/base/applications/fontview/fontview.rbuild
Timo Kreuzer 6afbc8f483 Hopefully create a branch and not destroy the svn repository.
svn path=/branches/reactos-yarotows/; revision=45219
2010-01-23 23:25:04 +00:00

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