Hi, all.
First I expect the list will be working.
I want to announce GRX 2.4.3
Changelog:
01/06/27 Added new targets to makefiles: install-bin, uninstall-bin, install-fonts and uninstall-fonts (readme file updated) 01/06/26 Moved bin2c, fnt2c, vesainfo, lfbinfo and modetest to src/utilprog. They are build in the source makefile. 01/06/22 Except for the w32 version the install target installs the info manual. As suggested by Maurice Lombardi and Waldemar Schultz 01/06/21 pngtest test program added. It works too without png support and shows a message 01/06/20 Changed BCCGRX cleardevice function to clear the screen to the current BACKGROUND color instead of black. Suggested by Waldemar Schultz 01/06/19 ctx2png functions (GrSaveContextToPng, GrLoadContextFromPng, GrQueryPng, GrPngSupport) integrated in GRX. src/pnm subdir renamed to src/gformats. Added dummy functions if there isn't png support 01/06/18 New API functions: GrLoadContextFromPnmBuffer and GrQueryPnmBuffer
Because I have problems uploading big files to my ISP I can't provide urls to download the new version at the moment. I had uploaded the zip version to delorie server, so expect it will be on simtel in a couple of days.
Greetings, M.Alvarez
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'`