reactos/rostests/tests/txtscale/txtscale.rbuild

12 lines
415 B
Plaintext
Raw Normal View History

<module name="txtscale" type="win32gui" installbase="bin" installname="txtscale.exe" allowwarnings ="true" stdlib="host">
<define name="_WIN32_IE">0x0501</define>
<define name="_WIN32_WINNT">0x0501</define>
<define name="__USE_W32API" />
<library>kernel32</library>
<library>user32</library>
<library>gdi32</library>
<library>comctl32</library>
<file>txtscale.cpp</file>
<file>mk_font.cpp</file>
</module>