aboutsummaryrefslogtreecommitdiffstats
path: root/msvc/gtest.vcproj
diff options
context:
space:
mode:
authorshiqian <shiqian@861a406c-534a-0410-8894-cb66d6ee9925>2008-09-13 00:49:59 +0000
committershiqian <shiqian@861a406c-534a-0410-8894-cb66d6ee9925>2008-09-13 00:49:59 +0000
commitee39a89debba2b2e00dec3fa2df03e1d3dcb4027 (patch)
treeca395c2238dee5048ddb5cb2b00d25a0d85c9706 /msvc/gtest.vcproj
parent36865d8d354465e3461eedf2949a4b7799985d5d (diff)
downloadgoogletest-ee39a89debba2b2e00dec3fa2df03e1d3dcb4027.tar.gz
googletest-ee39a89debba2b2e00dec3fa2df03e1d3dcb4027.tar.bz2
googletest-ee39a89debba2b2e00dec3fa2df03e1d3dcb4027.zip
Adds suffix 'd' to gtest's libs on Windows. Also fixes gtest_unittest on non-English Windows. By balazs.dan@gmail.com.
Diffstat (limited to 'msvc/gtest.vcproj')
-rwxr-xr-xmsvc/gtest.vcproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/msvc/gtest.vcproj b/msvc/gtest.vcproj
index 47c4a80c..1c1ac44a 100755
--- a/msvc/gtest.vcproj
+++ b/msvc/gtest.vcproj
@@ -32,7 +32,7 @@
Name="VCCustomBuildTool"/>
<Tool
Name="VCLibrarianTool"
- OutputFile="$(OutDir)/gtest.lib"/>
+ OutputFile="$(OutDir)/gtestd.lib"/>
<Tool
Name="VCMIDLTool"/>
<Tool