Define -DANSI_DECLARATORS so that library get's built with ANSI function
prototyping.
This commit is contained in:
parent
033af0d05c
commit
6090cde756
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
#
|
||||
# DEFS = -DTRILIBRARY -DREDUCED -DCDT_ONLY
|
||||
|
||||
DEFS += -DTRILIBRARY -DREDUCED
|
||||
DEFS += -DTRILIBRARY -DREDUCED -DANSI_DECLARATORS
|
||||
|
||||
noinst_LIBRARIES = libTriangle.a
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue