Skip to content
This repository has been archived by the owner on Dec 8, 2021. It is now read-only.

Commit

Permalink
解决[Bug 75](#75), 修复std::format导致链接失败。
Browse files Browse the repository at this point in the history
  • Loading branch information
mingkuang-Chuyu committed Jun 18, 2021
1 parent 7aa9e05 commit 717553b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/14.29.30037/Build/stl/stl.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1512,6 +1512,10 @@
<ExcludedFromBuild Condition="'$(Configuration)'=='Dynamic'">true</ExcludedFromBuild>
<ExcludedFromBuild Condition="'$(Configuration)'=='Dynamic_Spectre'">true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="..\..\stl\format.cpp">
<AssemblerListingLocation>$(IntDir)objs\</AssemblerListingLocation>
<ObjectFileName>$(IntDir)objs\</ObjectFileName>
</ClCompile>
<ClCompile Include="..\..\stl\future.cpp">
<ExcludedFromBuild Condition="'$(Configuration)'=='Dynamic'">true</ExcludedFromBuild>
<ExcludedFromBuild Condition="'$(Configuration)'=='Dynamic_Spectre'">true</ExcludedFromBuild>
Expand Down
3 changes: 3 additions & 0 deletions src/14.29.30037/Build/stl/stl.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,9 @@
<ClCompile Include="..\..\stl\parallel_algorithms.cpp">
<Filter>源文件</Filter>
</ClCompile>
<ClCompile Include="..\..\stl\format.cpp">
<Filter>objs</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="$(SolutionDir)winapi_thunks.h">
Expand Down

0 comments on commit 717553b

Please sign in to comment.