reactos/rosapps/devutils/directory.rbuild
Colin Finck 7901978873 Wrote a Win32 Font Editor for our VGA Fonts used in blue.sys.
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
2008-02-01 21:40:18 +00:00

32 lines
734 B
Ruby

<?xml version="1.0"?>
<group xmlns:xi="http://www.w3.org/2001/XInclude">
<directory name="gdb2">
<xi:include href="gdb2/gdb2.rbuild" />
</directory>
<directory name="gdihv">
<xi:include href="gdihv/gdihv.rbuild" />
</directory>
<directory name="genguid">
<xi:include href="genguid/genguid.rbuild" />
</directory>
<directory name="roswebparser">
<xi:include href="roswebparser/roswebparser.rbuild" />
</directory>
<directory name="syscalldump">
<xi:include href="syscalldump/syscalldump.rbuild" />
</directory>
<directory name="vgafontedit">
<xi:include href="vgafontedit/vgafontedit.rbuild" />
</directory>
<directory name="zoomin">
<xi:include href="zoomin/zoomin.rbuild" />
</directory>
</group>