Sun, 15 Dec 2024 16:10:19 +0100
add szmul.c to msvc project
It was previously missing because it was conditionally included.
msvc/libucx/libucx.vcxproj | file | annotate | diff | comparison | revisions | |
msvc/libucx/libucx.vcxproj.filters | file | annotate | diff | comparison | revisions |
--- a/msvc/libucx/libucx.vcxproj Sun Dec 15 15:46:51 2024 +0100 +++ b/msvc/libucx/libucx.vcxproj Sun Dec 15 16:10:19 2024 +0100 @@ -58,6 +58,7 @@ <ClCompile Include="..\..\src\string.c" /> <ClCompile Include="..\..\src\tree.c" /> <ClCompile Include="..\..\src\streams.c" /> + <ClCompile Include="..\..\src\szmul.c" /> </ItemGroup> <PropertyGroup Label="Globals"> <VCProjectVersion>17.0</VCProjectVersion>
--- a/msvc/libucx/libucx.vcxproj.filters Sun Dec 15 15:46:51 2024 +0100 +++ b/msvc/libucx/libucx.vcxproj.filters Sun Dec 15 16:10:19 2024 +0100 @@ -124,5 +124,8 @@ <ClCompile Include="..\..\src\streams.c"> <Filter>Source</Filter> </ClCompile> + <ClCompile Include="..\..\src\szmul.c"> + <Filter>Source</Filter> + </ClCompile> </ItemGroup> </Project> \ No newline at end of file