util project needed strutil.c and alloc.c

It was using dupstr(), so strutil had to be added to the project.
This commit is contained in:
nhmall
2026-05-27 20:58:29 -04:00
parent 4e80fda312
commit 6c950d958f
+2
View File
@@ -35,6 +35,8 @@
</ItemGroup>
<ItemGroup>
<ClCompile Include="$(UtilDir)sftags.c" />
<ClCompile Include="$(SrcDir)alloc.c" />
<ClCompile Include="$(SrcDir)strutil.c" />
</ItemGroup>
<PropertyGroup Label="Globals">
<VCProjectVersion>17.0</VCProjectVersion>