reactos/tests/txtscale/txtscale.rbuild

8 lines
267 B
Plaintext
Raw Normal View History

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