mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-02 13:27:32 +08:00
*** empty log message ***
This commit is contained in:
@@ -21,13 +21,6 @@
|
|||||||
# Boston, MA 02111-1307, USA.
|
# Boston, MA 02111-1307, USA.
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
ifeq ($(SIM_TYPE),BOOZ)
|
|
||||||
sim.CFLAGS += `pkg-config glib-2.0 --cflags` -I /usr/include/meschach
|
|
||||||
sim.LDFLAGS += `pkg-config glib-2.0 --libs` -lm -lmeschach -lpcre -lglibivy
|
|
||||||
endif
|
|
||||||
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# This is the common Makefile for the sim target.
|
# This is the common Makefile for the sim target.
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -155,6 +155,10 @@ sim.ARCH = sitl
|
|||||||
sim.TARGET = sim
|
sim.TARGET = sim
|
||||||
sim.TARGETDIR = sim
|
sim.TARGETDIR = sim
|
||||||
|
|
||||||
|
|
||||||
|
sim.CFLAGS += `pkg-config glib-2.0 --cflags` -I /usr/include/meschach
|
||||||
|
sim.LDFLAGS += `pkg-config glib-2.0 --libs` -lm -lmeschach -lpcre -lglibivy
|
||||||
|
|
||||||
sim.CFLAGS += -I$(BOOZ) -I$(TL)
|
sim.CFLAGS += -I$(BOOZ) -I$(TL)
|
||||||
|
|
||||||
sim.srcs = $(SIMDIR)/main_booz_sim.c \
|
sim.srcs = $(SIMDIR)/main_booz_sim.c \
|
||||||
|
|||||||
Reference in New Issue
Block a user