summaryrefslogtreecommitdiff
path: root/vsprojects
diff options
context:
space:
mode:
authorcsilvers <csilvers@6b5cf1ce-ec42-a296-1ba9-69fdba395a50>2010-01-14 16:26:05 +0000
committercsilvers <csilvers@6b5cf1ce-ec42-a296-1ba9-69fdba395a50>2010-01-14 16:26:05 +0000
commit63b8d63beb7d771713774f9a5d57381cbd29bf19 (patch)
treed09417a7fd0710c1e728216656b9e0f002452adc /vsprojects
parenteeeacd5ec4fa36256091f45e5b3af81cee2a4d86 (diff)
downloadgperftools-63b8d63beb7d771713774f9a5d57381cbd29bf19.tar.gz
* PORTING: Revised patch_functions to avoid deadlock (csilvers, andrey)
* PORTING: Revised patch_functions to speed up .dll loads (csilvers) * PORTING: Build and run sampling_test for windows (csilvers) * Correctly init tc structs even when libc isn't patched (csilvers) * Make low-level allocs async-signal-safe (saito) git-svn-id: http://gperftools.googlecode.com/svn/trunk@83 6b5cf1ce-ec42-a296-1ba9-69fdba395a50
Diffstat (limited to 'vsprojects')
-rwxr-xr-xvsprojects/libtcmalloc_minimal/libtcmalloc_minimal.vcproj2
-rwxr-xr-xvsprojects/tmu-static/tmu-static.vcproj2
2 files changed, 0 insertions, 4 deletions
diff --git a/vsprojects/libtcmalloc_minimal/libtcmalloc_minimal.vcproj b/vsprojects/libtcmalloc_minimal/libtcmalloc_minimal.vcproj
index 77e8391..3755fb0 100755
--- a/vsprojects/libtcmalloc_minimal/libtcmalloc_minimal.vcproj
+++ b/vsprojects/libtcmalloc_minimal/libtcmalloc_minimal.vcproj
@@ -30,7 +30,6 @@
Name="VCCustomBuildTool"/>
<Tool
Name="VCLinkerTool"
- AdditionalDependencies="Psapi.lib"
OutputFile="$(OutDir)/libtcmalloc_minimal-debug.dll"
LinkIncremental="2"
GenerateDebugInformation="TRUE"
@@ -76,7 +75,6 @@
Name="VCCustomBuildTool"/>
<Tool
Name="VCLinkerTool"
- AdditionalDependencies="Psapi.lib"
OutputFile="$(OutDir)/libtcmalloc_minimal.dll"
LinkIncremental="1"
GenerateDebugInformation="TRUE"
diff --git a/vsprojects/tmu-static/tmu-static.vcproj b/vsprojects/tmu-static/tmu-static.vcproj
index a76ffa7..a5d6402 100755
--- a/vsprojects/tmu-static/tmu-static.vcproj
+++ b/vsprojects/tmu-static/tmu-static.vcproj
@@ -30,7 +30,6 @@
Name="VCCustomBuildTool"/>
<Tool
Name="VCLinkerTool"
- AdditionalDependencies="Psapi.lib"
OutputFile="$(OutDir)/tcmalloc_minimal_unittest-static.exe"
LinkIncremental="2"
GenerateDebugInformation="TRUE"
@@ -75,7 +74,6 @@
Name="VCCustomBuildTool"/>
<Tool
Name="VCLinkerTool"
- AdditionalDependencies="Psapi.lib"
OutputFile="$(OutDir)/tcmalloc_minimal_unittest-static.exe"
LinkIncremental="1"
GenerateDebugInformation="TRUE"