1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-09 14:28:12 +00:00

Moved kernels config to separate file.

This commit is contained in:
unknown 2014-02-17 00:06:29 +01:00
parent 47cb1f7d55
commit 854e1089d7
4 changed files with 11 additions and 7 deletions

6
kernels.h Normal file
View File

@ -0,0 +1,6 @@
#define ALEXKARNEW_KERNNAME "alexkarnew"
#define ALEXKAROLD_KERNNAME "alexkarold"
#define CKOLIVAS_KERNNAME "ckolivas"
#define ZUIKKIS_KERNNAME "zuikkis"
#define PSW_KERNNAME "psw"
#define NSCRYPT_KERNNAME "nscrypt"

View File

@ -3,13 +3,6 @@
#define HAVE_STDINT_H
#define ALEXKARNEW_KERNNAME "alexkarnew"
#define ALEXKAROLD_KERNNAME "alexkarold"
#define CKOLIVAS_KERNNAME "ckolivas"
#define ZUIKKIS_KERNNAME "zuikkis"
#define PSW_KERNNAME "psw"
#define NSCRYPT_KERNNAME "nscrypt"
#if defined(_MSC_VER)
#define HAVE_LIBCURL 1
@ -84,6 +77,7 @@
#define SGMINER_PREFIX ""
#include "kernels.h"
#include "gitversion.h"
#include "winbuild.h"

View File

@ -280,6 +280,7 @@ exit 0</Command>
<ClInclude Include="..\driver-opencl.h" />
<ClInclude Include="..\elist.h" />
<ClInclude Include="..\findnonce.h" />
<ClInclude Include="..\kernels.h" />
<ClInclude Include="..\logging.h" />
<ClInclude Include="..\miner.h" />
<ClInclude Include="..\ocl.h" />

View File

@ -163,6 +163,9 @@
<ClInclude Include="dist\include\winbuild.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="..\kernels.h">
<Filter>Header Files</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<None Include="README.txt" />