diff options
Diffstat (limited to 'libtomcrypt/makefile.msvc')
-rw-r--r-- | libtomcrypt/makefile.msvc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libtomcrypt/makefile.msvc b/libtomcrypt/makefile.msvc index 9911d1d..1efa11c 100644 --- a/libtomcrypt/makefile.msvc +++ b/libtomcrypt/makefile.msvc @@ -22,7 +22,7 @@ EXTRALIBS = ../libtommath/tommath.lib #Compilation flags LTC_CFLAGS = /nologo /Isrc/headers/ /Itests/ /D_CRT_SECURE_NO_WARNINGS /D_CRT_NONSTDC_NO_DEPRECATE /DLTC_SOURCE /W3 $(CFLAGS) LTC_LDFLAGS = advapi32.lib $(EXTRALIBS) -VERSION=1.18.1 +VERSION=1.18.2 #Libraries to be created (this makefile builds only static libraries) LIBMAIN_S =tomcrypt.lib |