summaryrefslogtreecommitdiff
path: root/vsprojects
diff options
context:
space:
mode:
authorPetr Hosek <phosek@chromium.org>2013-08-23 13:53:35 -0700
committerAliaksey Kandratsenka <alk@tut.by>2013-09-21 09:00:29 -0700
commit83aed118e009b92ea88645ef1f7b842a921612c5 (patch)
tree1a370bf56bba88302d0d1996290f177be565d68f /vsprojects
parent4ad16873a0a2d8861a0bfe8234d45e31cc70ee90 (diff)
downloadgperftools-83aed118e009b92ea88645ef1f7b842a921612c5.tar.gz
issue-567: Allows for overriding system allocator on Windows
[alk@tut.by: minor changes to make mingw build work] Signed-off-by: Aliaksey Kandratsenka <alk@tut.by>
Diffstat (limited to 'vsprojects')
-rwxr-xr-xvsprojects/libtcmalloc_minimal/libtcmalloc_minimal.vcproj17
-rwxr-xr-xvsprojects/tmu-static/tmu-static.vcproj19
2 files changed, 36 insertions, 0 deletions
diff --git a/vsprojects/libtcmalloc_minimal/libtcmalloc_minimal.vcproj b/vsprojects/libtcmalloc_minimal/libtcmalloc_minimal.vcproj
index f71a689..de5be53 100755
--- a/vsprojects/libtcmalloc_minimal/libtcmalloc_minimal.vcproj
+++ b/vsprojects/libtcmalloc_minimal/libtcmalloc_minimal.vcproj
@@ -453,6 +453,23 @@
</FileConfiguration>
</File>
<File
+ RelativePath="..\..\src\windows\system-alloc.cc">
+ <FileConfiguration
+ Name="Debug|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories="..\..\src\windows; ..\..\src"
+ RuntimeLibrary="3"/>
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories="..\..\src\windows; ..\..\src"
+ RuntimeLibrary="2"/>
+ </FileConfiguration>
+ </File>
+ <File
RelativePath="..\..\src\raw_printer.cc">
<FileConfiguration
Name="Debug|Win32">
diff --git a/vsprojects/tmu-static/tmu-static.vcproj b/vsprojects/tmu-static/tmu-static.vcproj
index 3b1db32..abb73b5 100755
--- a/vsprojects/tmu-static/tmu-static.vcproj
+++ b/vsprojects/tmu-static/tmu-static.vcproj
@@ -489,6 +489,25 @@
</FileConfiguration>
</File>
<File
+ RelativePath="..\..\src\windows\system-alloc.cc">
+ <FileConfiguration
+ Name="Debug|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalOptions="/D PERFTOOLS_DLL_DECL="
+ AdditionalIncludeDirectories="..\..\src\windows; ..\..\src"
+ RuntimeLibrary="3"/>
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalOptions="/D PERFTOOLS_DLL_DECL="
+ AdditionalIncludeDirectories="..\..\src\windows; ..\..\src"
+ RuntimeLibrary="2"/>
+ </FileConfiguration>
+ </File>
+ <File
RelativePath="..\..\src\raw_printer.cc">
<FileConfiguration
Name="Debug|Win32">