Browse Source

Build random_seed.c as well

tags/json-c-0.13-20171207
James Myatt 10 years ago
parent
commit
736f4b3581
2 changed files with 4 additions and 0 deletions
  1. +1
    -0
      json-c.vcxproj
  2. +3
    -0
      json-c.vcxproj.filters

+ 1
- 0
json-c.vcxproj View File

@@ -137,6 +137,7 @@ copy json_config.h.win32 json_config.h
<ClCompile Include="json_util.c" />
<ClCompile Include="linkhash.c" />
<ClCompile Include="printbuf.c" />
<ClCompile Include="random_seed.c" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="arraylist.h" />


+ 3
- 0
json-c.vcxproj.filters View File

@@ -39,6 +39,9 @@
<ClCompile Include="printbuf.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="random_seed.c">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="arraylist.h">


Loading…
Cancel
Save