-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDIRECTORIES
25 lines (22 loc) · 1.28 KB
/
DIRECTORIES
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Some explanations about the directory tree:
Directories present in the source release:
- scripts: contains some automated scripts for development (see installation
instructions for the ones you might want to use)
- sources: contains source code of various tools: patches to GCC and binutils,
A68k, ld-tigcc, tigcc frontend and the tools used internally by it
(patcher, parser), tprbuilder
- tigcclib: the TIGCC library developed by Zeljko Juric, including examples (the
TPR projects provided with TIGCC for Windows), an ExePack launcher
(pstarter) and documentation
Directories which need to be created for building:
- build: this temporary directory is created automatically during installation
- download: the location where gcc and binutils must be decompressed (see
installation instructions)
Directories created in the chosen prefix ($TIGCC):
- bin: binaries
- doc: documentation (howto, install, assembler, linker, ...)
- examples: the TPR projects provided with TIGCC for Windows
- include: TIGCCLIB and A68k headers
- lib: TIGCCLIB static library and ExePack launcher object file
- projects: empty folder intended for storing your projects. Can be removed or
replaced with a symlink to somewhere in your home directory.