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:28 +1000
commit5d3ab261c0f994b25013f73b4fd9794d81740da7 (patch)
treef0e095a5dc75df66b078fc33554ff88f3de37b6e /tools/gmake_scripts/readme.txt
parent68a784d67e7ff1ce1c922819e5e8f1d6865c69da (diff)
downloaduGFX-5d3ab261c0f994b25013f73b4fd9794d81740da7.tar.gz
uGFX-5d3ab261c0f994b25013f73b4fd9794d81740da7.tar.bz2
uGFX-5d3ab261c0f994b25013f73b4fd9794d81740da7.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"