From 871c4c99203722fb19eb5d434655e804f74b1dcb Mon Sep 17 00:00:00 2001 From: mattias Date: Sun, 24 Mar 2013 12:01:14 +0000 Subject: [PATCH] addressbook: state of deprecated dbf git-svn-id: trunk@40635 - --- .gitattributes | 1 + examples/address_book/README.txt | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 examples/address_book/README.txt diff --git a/.gitattributes b/.gitattributes index 0d8ab331fb..f5095f93fa 100644 --- a/.gitattributes +++ b/.gitattributes @@ -3964,6 +3964,7 @@ examples/SynEdit/SynPositionHighlighter/synpositionhighlighterexample1.lpr svneo examples/SynEdit/SynPositionHighlighter/unit1.lfm svneol=native#text/plain examples/SynEdit/SynPositionHighlighter/unit1.lrs svneol=native#text/pascal examples/SynEdit/SynPositionHighlighter/unit1.pas svneol=native#text/plain +examples/address_book/README.txt svneol=native#text/plain examples/address_book/addrbook.dpr svneol=native#text/pascal examples/address_book/addrbook.lpi svneol=native#text/plain examples/address_book/addrbook.lpr svneol=native#text/pascal diff --git a/examples/address_book/README.txt b/examples/address_book/README.txt new file mode 100644 index 0000000000..96e298ee7c --- /dev/null +++ b/examples/address_book/README.txt @@ -0,0 +1,3 @@ +Since fpc 2.6.2 the unit dbf was marked deprecated. +The dbf units are now on Sourceforge. +Users are encouraged to switch to the sourceforge version instead of the FPC units.