mirror of
https://github.com/json-c/json-c.git
synced 2026-03-25 07:59:07 +08:00
Build random_seed.c as well
This commit is contained in:
@@ -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" />
|
||||
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user