mirror of https://github.com/zxdos/zxuno.git
sdk: updated `README.md` (added `include` sub-dir)
This commit is contained in:
parent
e9fcc99ea4
commit
317d5fb339
|
@ -14,8 +14,13 @@ z88dk is distributed under [Clarified Artistic](https://spdx.org/licenses/ClArti
|
||||||
|
|
||||||
# 1. General information
|
# 1. General information
|
||||||
|
|
||||||
The source code of local tools is in `src` directory. Compiled binaries of them are placed in `bin` directory.
|
The structure of `sdk` folder:
|
||||||
Downloaded tools are placed in sub-directories of `src`. See Makefiles for details.
|
|
||||||
|
Directory | Description
|
||||||
|
----|----
|
||||||
|
`bin` | Compiled binaries of tools.
|
||||||
|
`include` | Header files (`.def`, `.h` etc.) to be included in other sources (assembler, C, etc.).
|
||||||
|
`src` | The source code of local and downloadable tools. See Makefiles for details.
|
||||||
|
|
||||||
## 1.1. Copyright and licensing information for files
|
## 1.1. Copyright and licensing information for files
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue