reactos/tests/txtscale/txtscale.rbuild
2011-05-06 13:25:33 +00:00

8 lines
267 B
Ruby

<module name="txtscale" type="win32gui" installbase="bin" installname="txtscale.exe" allowwarnings ="true" stdlib="host">
<library>user32</library>
<library>gdi32</library>
<library>comctl32</library>
<file>txtscale.cpp</file>
<file>mk_font.cpp</file>
</module>