1
0
mirror of git://projects.qi-hardware.com/cae-tools.git synced 2025-04-21 12:27:27 +03:00

poly2d/: add foreach_v2d* and foreach_edges looping constructs

This commit is contained in:
Werner Almesberger
2012-05-08 13:14:00 -03:00
parent 1c11f4d201
commit 3ee5b1aa31
4 changed files with 152 additions and 2 deletions

View File

@@ -23,7 +23,7 @@ OBJS = v2d_intersect.o v2d_line_distance.o \
CFLAGS_WARN = -Wall -Wshadow -Wmissing-prototypes \
-Wmissing-declarations -Wno-format-zero-length
CFLAGS = $(CFLAGS_WARN) -g
CFLAGS = $(CFLAGS_WARN) -g -std=gnu99
CXXFLAGS = -Wall -frounding-math
LDFLAGS =
LDLIBS = -lm