nibtools
nibtools copied to clipboard
Updates allowing to improve building on linux.
Main changes:
- allow to build only tools that do not require
opencbm(nibconv,nibrepair,nibscan)- these tools can be used by more people than the tools for transferring data from a C= drive (not many people have the hardware...)
- this is just as a quick change, to make it possible (otherwise heavy changes in build configurations needed...)
- made these tools build first (so that the build fails after building these)
- minimized dependencies (includes and link) so that
opencbmis not required (where not needed/used)
- path to
opencbmcan be set inLINUX/Makefile - added main
makefilewhere the build env. can be selected (then justmake/make cleanetc.) - couple of other minor fixes/improvements.
Other notes:
-
I am not sure where to open a PR, if this is not the right branch let me know where (if you want to merge it).
-
Note that these changes are tested (briefly) only on Debian Linux. The changes are not big so should not make much trouble, but I cannot guarantee that eg. on DJGPP something unexpected won't happen, so...