On 9 Jul 2001, at 0:08, Mariano Alvarez Fernandez wrote:
Hi, all.
First I expect the list will be working. I want to announce GRX 2.4.3
Changelog:
01/06/26 Moved bin2c, fnt2c, vesainfo, lfbinfo and modetest to src/utilprog. They are build in the source makefile.
Move of bin2c.c was not taken into account in chr/addfonts.sh
Andris
diff -ur3 grx243.orig/chr/addfonts.sh grx243/chr/addfonts.sh --- grx243.orig/chr/addfonts.sh Fri Feb 23 04:27:46 2001 +++ grx243/chr/addfonts.sh Mon Aug 6 17:32:24 2001 @@ -7,7 +7,7 @@ #
rm -f *.o -gcc -O2 ../src/bgi/bin2c.c -o bin2c.exe +gcc -O2 ../src/utilprog/bin2c.c -o bin2c.exe for x in *.chr; do echo "Processing $x ..."; name=`basename $x | sed -e 's,.chr,,g'`