mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +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">
|
<ClCompile Include="..\..\src\beast\beast\module\core\native\win32_SystemStats.cpp">
|
||||||
<ExcludedFromBuild>True</ExcludedFromBuild>
|
<ExcludedFromBuild>True</ExcludedFromBuild>
|
||||||
</ClCompile>
|
</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 Include="..\..\src\beast\beast\module\core\streams\InputSource.h">
|
||||||
</ClInclude>
|
</ClInclude>
|
||||||
<ClCompile Include="..\..\src\beast\beast\module\core\streams\InputStream.cpp">
|
<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">
|
<ClCompile Include="..\..\src\beast\beast\module\core\native\win32_SystemStats.cpp">
|
||||||
<Filter>beast\module\core\native</Filter>
|
<Filter>beast\module\core\native</Filter>
|
||||||
</ClCompile>
|
</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">
|
<ClInclude Include="..\..\src\beast\beast\module\core\streams\InputSource.h">
|
||||||
<Filter>beast\module\core\streams</Filter>
|
<Filter>beast\module\core\streams</Filter>
|
||||||
</ClInclude>
|
</ClInclude>
|
||||||
|
|||||||
@@ -176,6 +176,7 @@
|
|||||||
#elif BEAST_WINDOWS
|
#elif BEAST_WINDOWS
|
||||||
#include <beast/module/core/native/win32_Files.cpp>
|
#include <beast/module/core/native/win32_Files.cpp>
|
||||||
#include <beast/module/core/native/win32_SystemStats.cpp>
|
#include <beast/module/core/native/win32_SystemStats.cpp>
|
||||||
|
#include <beast/module/core/native/win32_Threads.cpp>
|
||||||
|
|
||||||
#elif BEAST_LINUX
|
#elif BEAST_LINUX
|
||||||
#include <beast/module/core/native/linux_Files.cpp>
|
#include <beast/module/core/native/linux_Files.cpp>
|
||||||
|
|||||||
Reference in New Issue
Block a user