From 0ef727d7079326c68d24b04bbe56632726c82638 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 18 Nov 2011 09:39:28 +1100 Subject: [PATCH] desktop: added SKETCH as a define useful for automatically handling copter vs plane --- libraries/Desktop/Desktop.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/Desktop/Desktop.mk b/libraries/Desktop/Desktop.mk index 2eaa85309d..f388e73a9b 100644 --- a/libraries/Desktop/Desktop.mk +++ b/libraries/Desktop/Desktop.mk @@ -116,7 +116,7 @@ endif # # Tool options # -DEFINES = $(EXTRAFLAGS) +DEFINES = $(EXTRAFLAGS) -DSKETCH=\"$(SKETCH)\" OPTFLAGS = -g -Wformat -Wall -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wformat=2 -Wno-reorder DEPFLAGS = -MD -MT $@