Maybe the MSVC build failure is because they have the same object name?

This commit is contained in:
2023-01-21 17:00:11 -05:00
parent 8b3f09db79
commit b929852e22
5 changed files with 10 additions and 10 deletions

View File

@@ -202,7 +202,7 @@
<ClCompile Include="..\..\..\test\scen_write.cpp" />
<ClCompile Include="..\..\..\test\spec_legacy.cpp" />
<ClCompile Include="..\..\..\test\string_quote.cpp" />
<ClCompile Include="..\..\..\test\tagfile.cpp" />
<ClCompile Include="..\..\..\test\tagfiles.cpp" />
<ClCompile Include="..\..\..\test\talk_legacy.cpp" />
<ClCompile Include="..\..\..\test\talk_read.cpp" />
<ClCompile Include="..\..\..\test\talk_write.cpp" />

View File

@@ -80,7 +80,7 @@
<ClCompile Include="..\..\..\test\string_quote.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\..\..\test\tagfile.cpp">
<ClCompile Include="..\..\..\test\tagfiles.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\..\..\test\talk_legacy.cpp">