From bfa452a375ea0a0a3f95304a69186936567e5263 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Mon, 14 Aug 2023 19:45:36 +0200 Subject: New upstream version 4.1.4 --- README | 45 --------------------------------------------- 1 file changed, 45 deletions(-) delete mode 100755 README (limited to 'README') diff --git a/README b/README deleted file mode 100755 index 2005427..0000000 --- a/README +++ /dev/null @@ -1,45 +0,0 @@ - Xbase64 Version 4.1.1 - 12/26/22 - - -WHAT IS IT? ------------ - -Xbase64 is an xbase (i.e. dBase, FoxPro, etc.) compatible C++ class library -originally by Gary Kunkel and others (see the AUTHORS file). - -Xbase64 is useful for accessing data in legacy dBase 3 and 4 database files as -well as a general light-weight database engine. It includes support for -DBF (dBase version 3 and 4) data files, NDX and MDX indices and DBT (dBase version 3 and 4). -It supports file and record locking under *nix and Windows. - - -DIRECTORY LAYOUT ----------------- - - /build/borland5.5 Build library for Borland 5.5 environment - /build/linux32 Build library for Linux 32 bit environment - /build/linux64 Build library for Linux 64 bit environment - /build/mac64 Build library for Mac 64 bit environment - /build/win32vs Build library for Windows 32 bit Visual Studio environment - /build/win64vs Build library for Windows 64 bit Visual Studio environment - - /data Folder for database files - /docs Library documentation - /logs Log files - /sql SQL files - /src Library source code - - - -Starting point --------------- - - docs/html/index.html - - - - -Please email comments, bug reports, and patches to xdb-dev@lists.sourceforge.net - - -- cgit v1.2.3