aboutsummaryrefslogtreecommitdiffstats
path: root/tools/gmake_scripts/readme.txt
diff options
context:
space:
mode:
authorinmarket <andrewh@inmarket.com.au>2014-10-02 19:52:28 +1000
committerinmarket <andrewh@inmarket.com.au>2014-10-02 19:52:47 +1000
commite6882aa5f4382e25535e0e78ac5f5d18e581eb1b (patch)
tree4e0fda5b3c3ec5a766bcaf8a30cd3e8f1a060ccf /tools/gmake_scripts/readme.txt
parentf90ea57bff091832c7b52b3825057ac20ded1f01 (diff)
downloaduGFX-e6882aa5f4382e25535e0e78ac5f5d18e581eb1b.tar.gz
uGFX-e6882aa5f4382e25535e0e78ac5f5d18e581eb1b.tar.bz2
uGFX-e6882aa5f4382e25535e0e78ac5f5d18e581eb1b.zip
Add makefile support for absolute paths
Add makefile support for cygwin gmake versus mingw gmake Add makefile support for "master" directories eg GFXLIB, CHIBIOS etc
Diffstat (limited to 'tools/gmake_scripts/readme.txt')
-rw-r--r--tools/gmake_scripts/readme.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/gmake_scripts/readme.txt b/tools/gmake_scripts/readme.txt
index 004c1495..979ca364 100644
--- a/tools/gmake_scripts/readme.txt
+++ b/tools/gmake_scripts/readme.txt
@@ -18,6 +18,7 @@ OPT_OS=win32|win32.chibios|linux|osx|chibios|freertos|ecos|raw32|rawrtos - Manda
BUILDDIR - Build Directory - default is ".build" or "bin/Debug" or "bin/Release" depending on the target
PROJECT - Project Name - default is the name of the project directory
+PATHLIST - A list of variable names of "master" paths that contain source and other objects of interest - default is ""
ARCH - Architecture - default is ""
XCC - C compiler - default is "$(ARCH)gcc"