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

COMMON =



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

11
PolyLine.o: PolyLine.cpp PolyLine.h
12 13

math_for_graphics.o: math_for_graphics.cpp math_for_graphics.h