Tue, 29 Oct 2024 16:05:19 +0100
remove szmul.c from vs project
make/vs/ucx/ucx.vcxproj | file | annotate | diff | comparison | revisions | |
make/vs/ucx/ucx.vcxproj.filters | file | annotate | diff | comparison | revisions |
--- a/make/vs/ucx/ucx.vcxproj Tue Oct 29 16:03:19 2024 +0100 +++ b/make/vs/ucx/ucx.vcxproj Tue Oct 29 16:05:19 2024 +0100 @@ -147,7 +147,6 @@ <ClCompile Include="..\..\..\ucx\mempool.c" /> <ClCompile Include="..\..\..\ucx\printf.c" /> <ClCompile Include="..\..\..\ucx\string.c" /> - <ClCompile Include="..\..\..\ucx\szmul.c" /> <ClCompile Include="..\..\..\ucx\tree.c" /> <ClCompile Include="..\..\..\ucx\utils.c" /> </ItemGroup>
--- a/make/vs/ucx/ucx.vcxproj.filters Tue Oct 29 16:03:19 2024 +0100 +++ b/make/vs/ucx/ucx.vcxproj.filters Tue Oct 29 16:05:19 2024 +0100 @@ -57,9 +57,6 @@ <ClCompile Include="..\..\..\ucx\iterator.c"> <Filter>Quelldateien</Filter> </ClCompile> - <ClCompile Include="..\..\..\ucx\szmul.c"> - <Filter>Quelldateien</Filter> - </ClCompile> <ClCompile Include="..\..\..\ucx\tree.c"> <Filter>Quelldateien</Filter> </ClCompile>