commit | cd5b529d6d13f4437226c04ffeea5d10462cc09a | [log] [tgz] |
---|---|---|
author | Paul Bakker <p.j.bakker@polarssl.org> | Thu May 10 20:49:10 2012 +0000 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Thu May 10 20:49:10 2012 +0000 |
tree | 5de8c881706fd33f2bc6c9063cfcdc466ee40ab1 | |
parent | 4d2c1243b12699b8e0a4901c976274155dcd71a9 [diff] [blame] |
- Added automatic WINDOWS define in Makefile
diff --git a/library/Makefile b/library/Makefile index 71e31d4..6337313 100644 --- a/library/Makefile +++ b/library/Makefile
@@ -24,7 +24,9 @@ # DLEXT=dylib # Windows shared library extension: -# DLEXT=dll +ifdef WINDOWS +DLEXT=dll +endif OBJS= aes.o arc4.o asn1parse.o \ asn1write.o \