Update makefiles

This commit is contained in:
Steffen Jaeckel 2017-07-05 13:29:05 +02:00
parent fa5acee802
commit a8965f048a
4 changed files with 5 additions and 5 deletions

View File

@ -27,7 +27,7 @@ EXTRALIBS = -L../libtommath -ltommath
#Compilation flags
LTC_CFLAGS = $(CFLAGS) -Isrc/headers -Itests -DLTC_SOURCE
LTC_LDFLAGS = $(LDFLAGS) $(EXTRALIBS)
VERSION=1.17
VERSION=1.18.0
#Libraries to be created
LIBMAIN_S =libtomcrypt.a

View File

@ -22,7 +22,7 @@ EXTRALIBS = ../libtommath/tommath.lib
#Compilation flags
LTC_CFLAGS = $(CFLAGS) /nologo /Isrc/headers/ /Itests/ /D_CRT_SECURE_NO_WARNINGS /D_CRT_NONSTDC_NO_DEPRECATE /DLTC_SOURCE /W3
LTC_LDFLAGS = advapi32.lib $(EXTRALIBS)
VERSION=1.17
VERSION=1.18.0
#Libraries to be created (this makefile builds only static libraries)
LIBMAIN_S =tomcrypt.lib

View File

@ -39,7 +39,7 @@ EXTRALIBS = ../libtommath/libtommath.a
#Compilation flags
LTC_CFLAGS = $(CFLAGS) -Isrc/headers -Itests -DLTC_SOURCE
LTC_LDFLAGS = $(LDFLAGS) $(EXTRALIBS)
VERSION=1.17
VERSION=1.18.0
#Libraries to be created (this makefile builds only static libraries)
LIBMAIN_S =libtomcrypt.a

View File

@ -3,9 +3,9 @@
# (GNU make only)
# The version - BEWARE: VERSION and VERSION_LT are updated via ./updatemakes.sh
VERSION=1.17
VERSION=1.18.0
# http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html
VERSION_LT=0:117
VERSION_LT=0:118
# Compiler and Linker Names
ifndef CROSS_COMPILE