summaryrefslogtreecommitdiffstats
path: root/msvc/projects
diff options
context:
space:
mode:
authorrustyx <me@rustyx.org>2016-02-26 16:18:48 (GMT)
committerrustyx <me@rustyx.org>2016-02-26 16:18:48 (GMT)
commitebd00e95b863c790d085c906a9aeddd22bd19d69 (patch)
tree29f24b5736bd2d8c754d14e99797a6a964a01dab /msvc/projects
parent42ce80e15a5aa2ab6f2ec7e5f7c18164803f3076 (diff)
downloadjemalloc-ebd00e95b863c790d085c906a9aeddd22bd19d69.zip
jemalloc-ebd00e95b863c790d085c906a9aeddd22bd19d69.tar.gz
jemalloc-ebd00e95b863c790d085c906a9aeddd22bd19d69.tar.bz2
Fix MSVC project
Diffstat (limited to 'msvc/projects')
-rw-r--r--msvc/projects/vc2015/jemalloc/jemalloc.vcxproj1
-rw-r--r--msvc/projects/vc2015/jemalloc/jemalloc.vcxproj.filters3
2 files changed, 4 insertions, 0 deletions
diff --git a/msvc/projects/vc2015/jemalloc/jemalloc.vcxproj b/msvc/projects/vc2015/jemalloc/jemalloc.vcxproj
index 395837c..d8ad505 100644
--- a/msvc/projects/vc2015/jemalloc/jemalloc.vcxproj
+++ b/msvc/projects/vc2015/jemalloc/jemalloc.vcxproj
@@ -101,6 +101,7 @@
<ClCompile Include="..\..\..\..\src\jemalloc.c" />
<ClCompile Include="..\..\..\..\src\mb.c" />
<ClCompile Include="..\..\..\..\src\mutex.c" />
+ <ClCompile Include="..\..\..\..\src\nstime.c" />
<ClCompile Include="..\..\..\..\src\pages.c" />
<ClCompile Include="..\..\..\..\src\prof.c" />
<ClCompile Include="..\..\..\..\src\quarantine.c" />
diff --git a/msvc/projects/vc2015/jemalloc/jemalloc.vcxproj.filters b/msvc/projects/vc2015/jemalloc/jemalloc.vcxproj.filters
index 69f6416..89a51f7 100644
--- a/msvc/projects/vc2015/jemalloc/jemalloc.vcxproj.filters
+++ b/msvc/projects/vc2015/jemalloc/jemalloc.vcxproj.filters
@@ -238,5 +238,8 @@
<ClCompile Include="..\..\..\..\src\util.c">
<Filter>Source Files</Filter>
</ClCompile>
+ <ClCompile Include="..\..\..\..\src\nstime.c">
+ <Filter>Source Files</Filter>
+ </ClCompile>
</ItemGroup>
</Project> \ No newline at end of file