Xiang Xiao ee875b2a26 boards: Move HOSTCC/HOSTCFLAGS to tools/Config.mk 4 年之前
..
.gitignore dd61d3d9f9 build: Remve the unnecessary .gitignore 4 年之前
Config.mk 3ee1af5bcc Build System: Resolve CPU-specific logic in common build files 4 年之前
Makefile ee875b2a26 boards: Move HOSTCC/HOSTCFLAGS to tools/Config.mk 4 年之前
README.txt 3ee1af5bcc Build System: Resolve CPU-specific logic in common build files 4 年之前
zdsar.c 90eed5c8f8 tools/zds/zdsar.c: Use shorter, relative paths 4 年之前

README.txt

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.

tools/zds/Config.mk: This makefile fragment is include by ZDS-II Make.defs
files after including tools/Config.mk. The definitions in this file
override some of the the definitions in tools/Config.mk to customize the
build for use with the ZDS-II tools.

These tools should work with all ZDS-II based platforms including z8, zNeo,
and ez80.