1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-07 06:42:56 +03:00

- Added automatic WINDOWS define in Makefile

This commit is contained in:
Paul Bakker
2012-05-10 20:49:10 +00:00
parent 4d2c1243b1
commit cd5b529d6d
3 changed files with 11 additions and 1 deletions

View File

@@ -24,7 +24,9 @@ DLEXT=so
# DLEXT=dylib
# Windows shared library extension:
# DLEXT=dll
ifdef WINDOWS
DLEXT=dll
endif
OBJS= aes.o arc4.o asn1parse.o \
asn1write.o \