add fonts to /media/vgafont

svn path=/trunk/; revision=31934
This commit is contained in:
Christoph von Wittich 2008-01-22 07:53:27 +00:00
parent 616e0deb3e
commit 281b4c11bd
4 changed files with 11 additions and 0 deletions

View file

@ -13,4 +13,7 @@
<directory name="nls">
<xi:include href="nls/nls.rbuild" />
</directory>
<directory name="vgafont">
<xi:include href="vgafont/vgafont.rbuild" />
</directory>
</group>

View file

@ -0,0 +1,3 @@
Until a better solution is found (like extending cabman) please recreate vgafont.bin
with 7-Zip or a similar compression tool. The file has to be in standard zip format without
compression. (CompressionMethod = 0)

Binary file not shown.

View file

@ -0,0 +1,5 @@
<?xml version="1.0"?>
<!DOCTYPE group SYSTEM "../../tools/rbuild/project.dtd">
<group>
<cdfile installbase="$(CDOUTPUT)">vgafont.bin</cdfile>
</group>