Added call_with_lock.cc and slurp.cc to Windows build.

sync
Jorg Knobloch 2020-02-15 00:44:09 +01:00
parent 146f71ab89
commit 736fcc6c19
2 changed files with 12 additions and 0 deletions

View File

@ -99,6 +99,8 @@ xcopy /i/y "$(ProjectDir)..\status_to_string.hh" "$(SolutionDir)pEp\"
</ItemGroup>
<ItemGroup>
<ClCompile Include="..\Adapter.cc" />
<ClCompile Include="..\call_with_lock.cc" />
<ClCompile Include="..\slurp.cc" />
<ClCompile Include="..\status_to_string.cc" />
</ItemGroup>
<ItemGroup>
@ -106,6 +108,7 @@ xcopy /i/y "$(ProjectDir)..\status_to_string.hh" "$(SolutionDir)pEp\"
<ClInclude Include="..\Adapter.hxx" />
<ClInclude Include="..\locked_queue.hh" />
<ClInclude Include="..\pc_container.hh" />
<ClInclude Include="..\slurp.hh" />
<ClInclude Include="..\status_to_string.hh" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />

View File

@ -24,6 +24,12 @@
<ClCompile Include="..\status_to_string.cc">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\call_with_lock.cc">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\slurp.cc">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\Adapter.hh">
@ -41,5 +47,8 @@
<ClInclude Include="..\status_to_string.hh">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="..\slurp.hh">
<Filter>Header Files</Filter>
</ClInclude>
</ItemGroup>
</Project>