Skip to content

Commit

Permalink
Removed patch_kernel.* from MSVS project.
Browse files Browse the repository at this point in the history
  • Loading branch information
troky committed Apr 7, 2015
1 parent 5fe8555 commit 666641b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions winbuild/sgminer.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,6 @@
<ClCompile Include="..\ocl.c" />
<ClCompile Include="..\ocl\binary_kernel.c" />
<ClCompile Include="..\ocl\build_kernel.c" />
<ClCompile Include="..\ocl\patch_kernel.c" />
<ClCompile Include="..\pool.c" />
<ClCompile Include="..\algorithm\quarkcoin.c" />
<ClCompile Include="..\algorithm\qubitcoin.c" />
Expand Down Expand Up @@ -361,7 +360,6 @@
<ClInclude Include="..\ocl.h" />
<ClInclude Include="..\ocl\binary_kernel.h" />
<ClInclude Include="..\ocl\build_kernel.h" />
<ClInclude Include="..\ocl\patch_kernel.h" />
<ClInclude Include="..\pool.h" />
<ClInclude Include="..\algorithm\quarkcoin.h" />
<ClInclude Include="..\algorithm\qubitcoin.h" />
Expand Down
6 changes: 0 additions & 6 deletions winbuild/sgminer.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -128,9 +128,6 @@
<ClCompile Include="..\ocl\build_kernel.c">
<Filter>Source Files\ocl</Filter>
</ClCompile>
<ClCompile Include="..\ocl\patch_kernel.c">
<Filter>Source Files\ocl</Filter>
</ClCompile>
<ClCompile Include="..\algorithm\animecoin.c">
<Filter>Source Files\algorithm</Filter>
</ClCompile>
Expand Down Expand Up @@ -331,9 +328,6 @@
<ClInclude Include="..\ocl\build_kernel.h">
<Filter>Header Files\ocl</Filter>
</ClInclude>
<ClInclude Include="..\ocl\patch_kernel.h">
<Filter>Header Files\ocl</Filter>
</ClInclude>
<ClInclude Include="..\algorithm\animecoin.h">
<Filter>Header Files\algorithm</Filter>
</ClInclude>
Expand Down

0 comments on commit 666641b

Please sign in to comment.