mirror of
https://github.com/reactos/reactos.git
synced 2024-11-09 08:08:38 +00:00
7901978873
It has a MDI user interface, imports binary fonts (.bin) and PC Screen Fonts (.psf) and exports .bin fonts. Compiles without any warnings with GCC and MSVC (at /W3). The "misc.c" file was taken from devmgmt (thanks Ged!) and modified. The used bitmaps and icons were all done myself, but partly consist of characters of the cp737 font we have in media/vgafont. svn path=/trunk/; revision=32079
19 lines
496 B
Ruby
19 lines
496 B
Ruby
<module name="vgafontedit" type="win32gui" installname="vgafontedit.exe" unicode="yes">
|
|
<include base="vgafontedit">.</include>
|
|
|
|
<library>kernel32</library>
|
|
<library>user32</library>
|
|
<library>gdi32</library>
|
|
<library>comdlg32</library>
|
|
|
|
<file>aboutdlg.c</file>
|
|
<file>editglyphdlg.c</file>
|
|
<file>fontboxeswnd.c</file>
|
|
<file>fontwnd.c</file>
|
|
<file>main.c</file>
|
|
<file>main.rc</file>
|
|
<file>mainwnd.c</file>
|
|
<file>misc.c</file>
|
|
<file>opensave.c</file>
|
|
<pch>precomp.h</pch>
|
|
</module>
|