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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user