4bf2a1ee91
A pointer to a string in a memory buffer was losing its value. The reason was that the buffer was occasionally being used for other purposes. The fix is to strdup() the string so that there is a private, protected copy. |
||
---|---|---|
.. | ||
.gitignore | ||
Makefile | ||
README.txt | ||
zdsar.c |
README.txt ========== tools/zds/zdsar.c: This is a wrapper around the ZDS_II librarian. It simplifies the build scripts by replacing large sequences of complex Bash script that were added to the build files. Not only does this clean upi the build files but it also improves performance and, more importantly,i provides a common solution for the Windows native build case. This tool should work with all ZDS-II based platforms including z8, zNeo, and ez80.