remove szmul.c from vs project

Tue, 29 Oct 2024 16:05:19 +0100

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Tue, 29 Oct 2024 16:05:19 +0100
changeset 844
d657b511d51c
parent 843
5afacd2a8cde
child 846
be77f90ec48e

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>

mercurial