Skip to content

Commit f502477

Browse files
authored
Merge pull request #3 from diggforbeer/linux
Added Allium file to Project for VS
2 parents b7a06b5 + 912e3db commit f502477

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

cpuminer.vcxproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@
166166
</Link>
167167
</ItemDefinitionGroup>
168168
<ItemGroup>
169+
<ClCompile Include="algo\allium.c" />
169170
<ClCompile Include="compat\getopt\getopt_long.c" />
170171
<ClCompile Include="compat\gettimeofday.c" />
171172
<ClCompile Include="compat\jansson\dump.c" />
@@ -396,4 +397,4 @@
396397
<Target Name="AfterClean">
397398
<Delete Files="@(FilesToCopy->'$(OutDir)%(Filename)%(Extension)')" TreatErrorsAsWarnings="true" />
398399
</Target>
399-
</Project>
400+
</Project>

cpuminer.vcxproj.filters

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,6 +336,9 @@
336336
<ClCompile Include="yescrypt\sha256_Y.c">
337337
<Filter>yescrypt</Filter>
338338
</ClCompile>
339+
<ClCompile Include="algo\allium.c">
340+
<Filter>algo</Filter>
341+
</ClCompile>
339342
</ItemGroup>
340343
<ItemGroup>
341344
<ClInclude Include="sha3\sph_blake.h">
@@ -602,4 +605,4 @@
602605
<Filter>res</Filter>
603606
</ResourceCompile>
604607
</ItemGroup>
605-
</Project>
608+
</Project>

0 commit comments

Comments
 (0)