From a74df25834166abbb24428075959aae50705695b Mon Sep 17 00:00:00 2001 From: Tanguy Pruvot Date: Mon, 26 Jan 2015 17:25:26 +0100 Subject: [PATCH] I use CUDA7 on windows --- ccminer.cpp | 2 +- ccminer.vcxproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ccminer.cpp b/ccminer.cpp index 3f2f6e2..eb9a315 100644 --- a/ccminer.cpp +++ b/ccminer.cpp @@ -2208,7 +2208,7 @@ int main(int argc, char *argv[]) printf("*** ccminer " PACKAGE_VERSION " for nVidia GPUs by tpruvot@github ***\n"); #ifdef WIN32 - printf("\tBuilt with VC++ 2013 and nVidia CUDA SDK 6.5\n\n"); + printf("\tBuilt with VC++ 2013 and nVidia CUDA SDK 7 RC\n\n"); #else printf("\tBuilt with the nVidia CUDA SDK 6.5\n\n"); #endif diff --git a/ccminer.vcxproj b/ccminer.vcxproj index ccbc9e2..372a0c0 100644 --- a/ccminer.vcxproj +++ b/ccminer.vcxproj @@ -54,7 +54,7 @@ - +