- Introduced windows DLL build and SYS_LDFLAGS

This commit is contained in:
Paul Bakker
2011-06-21 08:59:44 +00:00
parent 44b819a2d9
commit a585beb87e
3 changed files with 12 additions and 5 deletions

View File

@@ -7,7 +7,7 @@ CFLAGS += -I../include -D_FILE_OFFSET_BITS=64 -Wall -W -Wdeclaration-after-state
-Wno-unused-function -Wno-unused-value
OFLAGS = -O
LDFLAGS += -L../library -lpolarssl
LDFLAGS += -L../library -lpolarssl $(SYS_LDFLAGS)
APPS = test_suite_aes test_suite_arc4 \
test_suite_base64 test_suite_camellia \