mirror of https://github.com/ArduPilot/ardupilot
desktop: added SKETCH as a define
useful for automatically handling copter vs plane
This commit is contained in:
parent
2bed1dcfd5
commit
0ef727d707
|
@ -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 $@
|
||||
|
||||
|
|
Loading…
Reference in New Issue