comparison libtomcrypt/makefile.mingw @ 1733:d529a52b2f7c coverity coverity

merge coverity from main
author Matt Johnston <matt@ucc.asn.au>
date Fri, 26 Jun 2020 21:07:34 +0800
parents e9dba7abd939
children
comparison
equal deleted inserted replaced
1643:b59623a64678 1733:d529a52b2f7c
25 EXTRALIBS = -L../libtommath -ltommath 25 EXTRALIBS = -L../libtommath -ltommath
26 26
27 #Compilation flags 27 #Compilation flags
28 LTC_CFLAGS = -Isrc/headers -Itests -DLTC_SOURCE $(CFLAGS) 28 LTC_CFLAGS = -Isrc/headers -Itests -DLTC_SOURCE $(CFLAGS)
29 LTC_LDFLAGS = $(LDFLAGS) $(EXTRALIBS) 29 LTC_LDFLAGS = $(LDFLAGS) $(EXTRALIBS)
30 VERSION=1.18.1 30 VERSION=1.18.2
31 31
32 #Libraries to be created 32 #Libraries to be created
33 LIBMAIN_S =libtomcrypt.a 33 LIBMAIN_S =libtomcrypt.a
34 LIBMAIN_I =libtomcrypt.dll.a 34 LIBMAIN_I =libtomcrypt.dll.a
35 LIBMAIN_D =libtomcrypt.dll 35 LIBMAIN_D =libtomcrypt.dll