comparison libtomcrypt/makefile.msvc @ 1711:e9dba7abd939

Merge libtomcrypt v1.18.2
author Matt Johnston <matt@ucc.asn.au>
date Wed, 10 Jun 2020 23:16:13 +0800
parents 6dba84798cd5
children
comparison
equal deleted inserted replaced
1710:1ff2a1034c52 1711:e9dba7abd939
20 EXTRALIBS = ../libtommath/tommath.lib 20 EXTRALIBS = ../libtommath/tommath.lib
21 21
22 #Compilation flags 22 #Compilation flags
23 LTC_CFLAGS = /nologo /Isrc/headers/ /Itests/ /D_CRT_SECURE_NO_WARNINGS /D_CRT_NONSTDC_NO_DEPRECATE /DLTC_SOURCE /W3 $(CFLAGS) 23 LTC_CFLAGS = /nologo /Isrc/headers/ /Itests/ /D_CRT_SECURE_NO_WARNINGS /D_CRT_NONSTDC_NO_DEPRECATE /DLTC_SOURCE /W3 $(CFLAGS)
24 LTC_LDFLAGS = advapi32.lib $(EXTRALIBS) 24 LTC_LDFLAGS = advapi32.lib $(EXTRALIBS)
25 VERSION=1.18.1 25 VERSION=1.18.2
26 26
27 #Libraries to be created (this makefile builds only static libraries) 27 #Libraries to be created (this makefile builds only static libraries)
28 LIBMAIN_S =tomcrypt.lib 28 LIBMAIN_S =tomcrypt.lib
29 29
30 #List of objects to compile (all goes to tomcrypt.lib) 30 #List of objects to compile (all goes to tomcrypt.lib)