makefile.include 260 Bytes
Newer Older
1 2 3 4 5 6 7
EXTRACPPFLAGS += -I$(SYSINCLUDE) -I./ -Ibitmaps -I../include

COMMON =



OBJECTS= \
8
		PolyLine.o\
9 10 11
		math_for_graphics.o\
        polygon_test_point_inside.o

12

13
PolyLine.o: PolyLine.cpp PolyLine.h
14 15

math_for_graphics.o: math_for_graphics.cpp math_for_graphics.h