From: Alexander S.K. <al...@be...> - 2009-04-06 07:56:48
|
2009-04-06 11:50 UTC+0300 Alexander Kresin (alex/at/belacy.belgorod.su) * include/funcleto.h * source/client/leto1.c * source/client/letomgmn.c * source/server/letofunc.c * source/server/server.prg * makefile.bc * make_b32.bat * make_linux.sh * Makefile.linux ! Yet another fixes to provide compatibility with different Harbour versions. Now, instead of editing make_b32.bat, you may need to edit the include/funcleto.h: uncomment the "#define HARBOUR_VER_BEFORE_100" line, if you use any Harbour version, released before 1.00; uncomment the "#define HARBOUR_VER_AFTER_101" line, if you use a Harbour version from SVN, which you get after 1.01; change nothing, if you use official release 1.00, 1.01. Ufff... :) ! Some important fixes for Linux server. It's a real puzzle every time to take proper account of all the changes in Harbour last time and provide compatibility for different versions ... Regards, Alexander. |