make/vs/ucx/ucx.vcxproj

changeset 843
5afacd2a8cde
parent 791
38796c7e32b6
child 844
d657b511d51c
--- a/make/vs/ucx/ucx.vcxproj	Mon Oct 28 16:45:18 2024 +0100
+++ b/make/vs/ucx/ucx.vcxproj	Tue Oct 29 16:03:19 2024 +0100
@@ -140,12 +140,15 @@
     <ClCompile Include="..\..\..\ucx\compare.c" />
     <ClCompile Include="..\..\..\ucx\hash_key.c" />
     <ClCompile Include="..\..\..\ucx\hash_map.c" />
+    <ClCompile Include="..\..\..\ucx\iterator.c" />
     <ClCompile Include="..\..\..\ucx\linked_list.c" />
     <ClCompile Include="..\..\..\ucx\list.c" />
     <ClCompile Include="..\..\..\ucx\map.c" />
     <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>
   <ItemGroup>
@@ -164,6 +167,7 @@
     <ClInclude Include="..\..\..\ucx\cx\mempool.h" />
     <ClInclude Include="..\..\..\ucx\cx\printf.h" />
     <ClInclude Include="..\..\..\ucx\cx\string.h" />
+    <ClInclude Include="..\..\..\ucx\cx\tree.h" />
     <ClInclude Include="..\..\..\ucx\cx\utils.h" />
   </ItemGroup>
   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />

mercurial