addressbook: state of deprecated dbf

git-svn-id: trunk@40635 -
This commit is contained in:
mattias 2013-03-24 12:01:14 +00:00
parent 743dd613d4
commit 871c4c9920
2 changed files with 4 additions and 0 deletions

1
.gitattributes vendored
View File

@ -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

View File

@ -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.