Fix MSVC project
This commit is contained in:
parent
42ce80e15a
commit
ebd00e95b8
@ -101,6 +101,7 @@
|
|||||||
<ClCompile Include="..\..\..\..\src\jemalloc.c" />
|
<ClCompile Include="..\..\..\..\src\jemalloc.c" />
|
||||||
<ClCompile Include="..\..\..\..\src\mb.c" />
|
<ClCompile Include="..\..\..\..\src\mb.c" />
|
||||||
<ClCompile Include="..\..\..\..\src\mutex.c" />
|
<ClCompile Include="..\..\..\..\src\mutex.c" />
|
||||||
|
<ClCompile Include="..\..\..\..\src\nstime.c" />
|
||||||
<ClCompile Include="..\..\..\..\src\pages.c" />
|
<ClCompile Include="..\..\..\..\src\pages.c" />
|
||||||
<ClCompile Include="..\..\..\..\src\prof.c" />
|
<ClCompile Include="..\..\..\..\src\prof.c" />
|
||||||
<ClCompile Include="..\..\..\..\src\quarantine.c" />
|
<ClCompile Include="..\..\..\..\src\quarantine.c" />
|
||||||
|
@ -238,5 +238,8 @@
|
|||||||
<ClCompile Include="..\..\..\..\src\util.c">
|
<ClCompile Include="..\..\..\..\src\util.c">
|
||||||
<Filter>Source Files</Filter>
|
<Filter>Source Files</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
|
<ClCompile Include="..\..\..\..\src\nstime.c">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
</Project>
|
</Project>
|
Loading…
Reference in New Issue
Block a user