reworked
added fixes added modifications added documentation for changes see README.md or foxbin2prg.prg intended to be merged to https://github.com/fdbozzo/foxbin2prg/
This commit is contained in:
11
Documentacion/github/.gitignore
vendored
Normal file
11
Documentacion/github/.gitignore
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
# we use the exclude-all-include-special approach, easier then excluding any odd stuff later
|
||||
#exclude general
|
||||
*.*
|
||||
|
||||
#include general
|
||||
# docs
|
||||
!*.md
|
||||
|
||||
#include special
|
||||
#default git
|
||||
!*.gitignore
|
||||
@@ -32,11 +32,12 @@ _**Note:** you can click on the version number for downloading this version from
|
||||
|
||||
| Rel.Date | Developer | Version | Details |
|
||||
| - | - | - | - |
|
||||
| 21/02/2021 | Lutz Scheffler | | added option to create config file template |
|
||||
| 21/02/2021 | Lutz Scheffler | | Documentation from CodePlex integrated |
|
||||
| | Lutz Scheffler | | added option to create config file template |
|
||||
| | Lutz Scheffler | | Info screen-doc improved |
|
||||
| | Lutz Scheffler | | German translation improved |
|
||||
| 20/02/2021 | Lutz Scheffler | | inserted option DBF_IncludeDeleted to allow including deleted records of DBF |
|
||||
| 19/02/2021 | Lutz Scheffler | | inserted option DBF_BinChar_Base64 to allow processing of NoCPTrans fields in non base64 way |
|
||||
| | Lutz Scheffler | | the three above are straight forward, so no extra comment ar within the code |
|
||||
| 15/02/2021 | Lutz Scheffler | | inserted option ItemPerDBCCheck to split DBC processing from vcx / scx |
|
||||
| | Lutz Scheffler | | inserted option RedirectFilePerDBCToMain to split DBC processing from vcx / scx |
|
||||
| 14/02/2021 | Lutz Scheffler | | inserted option UseFilesPerDBC to split DBC processing from vcx / scx |
|
||||
|
||||
12
Documentacion/github/pictures/.gitignore
vendored
Normal file
12
Documentacion/github/pictures/.gitignore
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
# we use the exclude-all-include-special approach, easier then excluding any odd stuff later
|
||||
#exclude general
|
||||
*.*
|
||||
|
||||
#include general
|
||||
#grafics
|
||||
!*.gif
|
||||
!*.png
|
||||
|
||||
#include special
|
||||
#default git
|
||||
!*.gitignore
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 940 B |
Reference in New Issue
Block a user