mirror of
https://github.com/apache/nuttx.git
synced 2026-05-22 13:52:22 +08:00
53fdfa68b9
All of the tools listed on the original documentation are now given their own individual doc pages. This makes it much easier to cross-reference them from other documentation locations (as many are used in CI/for specific architectures) and it also makes it easier for users to digest the information. Signed-off-by: Matteo Golin <matteo.golin@gmail.com>
15 lines
620 B
ReStructuredText
15 lines
620 B
ReStructuredText
===========================================
|
|
``incdir.sh``, ``incdir.bat``, ``incdir.c``
|
|
===========================================
|
|
|
|
Different compilers have different conventions for specifying lists
|
|
of include file paths on the compiler command line. This incdir.sh
|
|
bash script allows the build system to create include file paths without
|
|
concern for the particular compiler in use.
|
|
|
|
The incdir.bat script is a counterpart for use in the native Windows
|
|
build. However, there is currently only one compiler supported in
|
|
that context: MinGW-GCC.
|
|
|
|
incdir.c is a higher performance version of incdir.sh, converted to C.
|