mirror of
https://github.com/reactos/reactos.git
synced 2024-11-04 05:43:30 +00:00
12ee0b7efd
svn path=/trunk/; revision=37537
10 lines
395 B
Ruby
10 lines
395 B
Ruby
<module name="txtscale" type="win32gui" installbase="bin" installname="txtscale.exe" allowwarnings ="true" stdlib="host">
|
|
<define name="__USE_W32API" />
|
|
<library>kernel32</library>
|
|
<library>user32</library>
|
|
<library>gdi32</library>
|
|
<library>comctl32</library>
|
|
<compilerflag compiler="cpp">-Wno-non-virtual-dtor</compilerflag>
|
|
<file>txtscale.cpp</file>
|
|
<file>mk_font.cpp</file>
|
|
</module>
|