- Made changes for better compatibility with old-style C compilers

This commit is contained in:
Paul Bakker
2009-03-28 17:53:03 +00:00
parent ebb2bebbe2
commit 026c03b7f4
9 changed files with 20 additions and 19 deletions

View File

@@ -2,7 +2,7 @@
# To compile on SunOS: add "-lsocket -lnsl" to LDFLAGS
# To compile on MinGW: add "-lws2_32" to LDFLAGS
CFLAGS = -I../include -D_FILE_OFFSET_BITS=64
CFLAGS = -I../include -D_FILE_OFFSET_BITS=64 -Wall -Wdeclaration-after-statement
OFLAGS = -O
LDFLAGS = -L../library -lpolarssl