kicad/polygon/makefile.include

14 lines
222 B
Plaintext
Raw Normal View History

EXTRACPPFLAGS += -I$(SYSINCLUDE) -I./ -Ibitmaps -I../include
COMMON =
OBJECTS= \
PolyLine.o\
2008-01-06 12:43:57 +00:00
math_for_graphics.o
PolyLine.o: PolyLine.cpp PolyLine.h
math_for_graphics.o: math_for_graphics.cpp math_for_graphics.h