You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
488 B
20 lines
488 B
EXTRACPPFLAGS += -I$(SYSINCLUDE) -I./ -Ibitmaps -I../include
|
|
|
|
COMMON =
|
|
|
|
|
|
|
|
OBJECTS= \
|
|
GenericPolygonClipperLibrary.o \
|
|
php_polygon.o\
|
|
php_polygon_vertex.o\
|
|
PolyLine.o\
|
|
math_for_graphics.o
|
|
|
|
GenericPolygonClipperLibrary.o: GenericPolygonClipperLibrary.cpp GenericPolygonClipperLibrary.h
|
|
|
|
php_polygon.o: php_polygon.cpp php_polygon.h php_polygon_vertex.h defs-macros.h
|
|
|
|
#polygon1.o: polygon1.cpp polyarea.h vectmatr.h
|
|
|
|
math_for_graphics.o: math_for_graphics.cpp math_for_graphics.h
|