Update makefiles
This commit is contained in:
		
							parent
							
								
									cfaf964284
								
							
						
					
					
						commit
						c7bdb247bf
					
				@ -27,7 +27,7 @@ EXTRALIBS = -L../libtommath -ltommath
 | 
				
			|||||||
#Compilation flags
 | 
					#Compilation flags
 | 
				
			||||||
LTC_CFLAGS  = -Isrc/headers -Itests -DLTC_SOURCE $(CFLAGS)
 | 
					LTC_CFLAGS  = -Isrc/headers -Itests -DLTC_SOURCE $(CFLAGS)
 | 
				
			||||||
LTC_LDFLAGS = $(LDFLAGS) $(EXTRALIBS)
 | 
					LTC_LDFLAGS = $(LDFLAGS) $(EXTRALIBS)
 | 
				
			||||||
VERSION=1.18.0
 | 
					VERSION=1.18.1
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#Libraries to be created
 | 
					#Libraries to be created
 | 
				
			||||||
LIBMAIN_S =libtomcrypt.a
 | 
					LIBMAIN_S =libtomcrypt.a
 | 
				
			||||||
 | 
				
			|||||||
@ -22,7 +22,7 @@ EXTRALIBS = ../libtommath/tommath.lib
 | 
				
			|||||||
#Compilation flags
 | 
					#Compilation flags
 | 
				
			||||||
LTC_CFLAGS  = /nologo /Isrc/headers/ /Itests/ /D_CRT_SECURE_NO_WARNINGS /D_CRT_NONSTDC_NO_DEPRECATE /DLTC_SOURCE /W3 $(CFLAGS)
 | 
					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)
 | 
					LTC_LDFLAGS = advapi32.lib $(EXTRALIBS)
 | 
				
			||||||
VERSION=1.18.0
 | 
					VERSION=1.18.1
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#Libraries to be created (this makefile builds only static libraries)
 | 
					#Libraries to be created (this makefile builds only static libraries)
 | 
				
			||||||
LIBMAIN_S =tomcrypt.lib
 | 
					LIBMAIN_S =tomcrypt.lib
 | 
				
			||||||
 | 
				
			|||||||
@ -39,7 +39,7 @@ EXTRALIBS = ../libtommath/libtommath.a
 | 
				
			|||||||
#Compilation flags
 | 
					#Compilation flags
 | 
				
			||||||
LTC_CFLAGS  = -Isrc/headers -Itests -DLTC_SOURCE $(CFLAGS)
 | 
					LTC_CFLAGS  = -Isrc/headers -Itests -DLTC_SOURCE $(CFLAGS)
 | 
				
			||||||
LTC_LDFLAGS = $(LDFLAGS) $(EXTRALIBS)
 | 
					LTC_LDFLAGS = $(LDFLAGS) $(EXTRALIBS)
 | 
				
			||||||
VERSION=1.18.0
 | 
					VERSION=1.18.1
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#Libraries to be created (this makefile builds only static libraries)
 | 
					#Libraries to be created (this makefile builds only static libraries)
 | 
				
			||||||
LIBMAIN_S =libtomcrypt.a
 | 
					LIBMAIN_S =libtomcrypt.a
 | 
				
			||||||
 | 
				
			|||||||
@ -3,8 +3,8 @@
 | 
				
			|||||||
#  (GNU make only)
 | 
					#  (GNU make only)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# The version - BEWARE: VERSION, VERSION_PC and VERSION_LT are updated via ./updatemakes.sh
 | 
					# The version - BEWARE: VERSION, VERSION_PC and VERSION_LT are updated via ./updatemakes.sh
 | 
				
			||||||
VERSION=1.18.0
 | 
					VERSION=1.18.1
 | 
				
			||||||
VERSION_PC=1.18.0
 | 
					VERSION_PC=1.18.1
 | 
				
			||||||
# http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html
 | 
					# http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html
 | 
				
			||||||
VERSION_LT=1:0
 | 
					VERSION_LT=1:0
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user