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:
parent
47cb1f7d55
commit
854e1089d7
6
kernels.h
Normal file
6
kernels.h
Normal 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"
|
8
winbuild/dist/include/config.h
vendored
8
winbuild/dist/include/config.h
vendored
@ -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"
|
||||
|
||||
|
@ -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" />
|
||||
|
@ -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" />
|
||||
|
Loading…
Reference in New Issue
Block a user