mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-28 06:55:50 +00:00
Fix MSVC link
This commit is contained in:
committed by
Nik Bougalis
parent
abd05a6378
commit
17020ffc54
@@ -710,6 +710,9 @@
|
||||
<ClCompile Include="..\..\src\beast\beast\module\core\native\win32_SystemStats.cpp">
|
||||
<ExcludedFromBuild>True</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\src\beast\beast\module\core\native\win32_Threads.cpp">
|
||||
<ExcludedFromBuild>True</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClInclude Include="..\..\src\beast\beast\module\core\streams\InputSource.h">
|
||||
</ClInclude>
|
||||
<ClCompile Include="..\..\src\beast\beast\module\core\streams\InputStream.cpp">
|
||||
|
||||
@@ -1248,6 +1248,9 @@
|
||||
<ClCompile Include="..\..\src\beast\beast\module\core\native\win32_SystemStats.cpp">
|
||||
<Filter>beast\module\core\native</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\src\beast\beast\module\core\native\win32_Threads.cpp">
|
||||
<Filter>beast\module\core\native</Filter>
|
||||
</ClCompile>
|
||||
<ClInclude Include="..\..\src\beast\beast\module\core\streams\InputSource.h">
|
||||
<Filter>beast\module\core\streams</Filter>
|
||||
</ClInclude>
|
||||
|
||||
Reference in New Issue
Block a user