mirror of
https://github.com/reactos/reactos.git
synced 2024-11-03 21:34:00 +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
31 lines
734 B
Ruby
31 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>
|
|
|