- 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 \