From c3c977da04ee71af865503253840690f4f80c628 Mon Sep 17 00:00:00 2001 From: Tanguy Pruvot Date: Fri, 19 Feb 2016 15:46:35 +0100 Subject: [PATCH] fully remove whirlpoolx for builds --- Makefile.am | 2 +- ccminer.vcxproj | 2 -- ccminer.vcxproj.filters | 8 +------- 3 files changed, 2 insertions(+), 10 deletions(-) diff --git a/Makefile.am b/Makefile.am index 768ddd4..1545619 100644 --- a/Makefile.am +++ b/Makefile.am @@ -55,7 +55,7 @@ ccminer_SOURCES = elist.h miner.h compat.h \ x11/cuda_x11_luffa512_Cubehash.cu \ x13/x13.cu x13/cuda_x13_hamsi512.cu x13/cuda_x13_fugue512.cu \ x15/x14.cu x15/x15.cu x15/cuda_x14_shabal512.cu x15/cuda_x15_whirlpool.cu \ - x15/whirlpool.cu x15/cuda_whirlpoolx.cu \ + x15/whirlpool.cu \ x17/x17.cu x17/cuda_x17_haval512.cu x17/cuda_x17_sha512.cu \ x11/c11.cu x11/s3.cu x11/sib.cu x11/cuda_streebog.cu diff --git a/ccminer.vcxproj b/ccminer.vcxproj index 71dc31f..3d9b559 100644 --- a/ccminer.vcxproj +++ b/ccminer.vcxproj @@ -501,8 +501,6 @@ - - diff --git a/ccminer.vcxproj.filters b/ccminer.vcxproj.filters index 102ec40..7f24a1d 100644 --- a/ccminer.vcxproj.filters +++ b/ccminer.vcxproj.filters @@ -589,12 +589,6 @@ Source Files\CUDA\x15 - - Source Files\CUDA\x15 - - - Source Files\CUDA\x15 - Source Files\CUDA\x15 @@ -728,4 +722,4 @@ Ressources - + \ No newline at end of file