2006-09-07 11:10:27 +00:00
|
|
|
<module name="txtscale" type="win32gui" installbase="bin" installname="txtscale.exe" allowwarnings ="true" stdlib="host">
|
2005-11-13 04:29:53 +00:00
|
|
|
<define name="_WIN32_IE">0x0501</define>
|
|
|
|
<define name="_WIN32_WINNT">0x0501</define>
|
|
|
|
<define name="__USE_W32API" />
|
|
|
|
<library>kernel32</library>
|
2006-09-07 11:10:27 +00:00
|
|
|
<library>user32</library>
|
2005-11-13 04:29:53 +00:00
|
|
|
<library>gdi32</library>
|
2005-11-14 23:44:15 +00:00
|
|
|
<library>comctl32</library>
|
2005-11-13 04:29:53 +00:00
|
|
|
<file>txtscale.cpp</file>
|
|
|
|
<file>mk_font.cpp</file>
|
|
|
|
</module>
|