diff options
author | shiqian <shiqian@861a406c-534a-0410-8894-cb66d6ee9925> | 2008-09-13 00:49:59 +0000 |
---|---|---|
committer | shiqian <shiqian@861a406c-534a-0410-8894-cb66d6ee9925> | 2008-09-13 00:49:59 +0000 |
commit | ee39a89debba2b2e00dec3fa2df03e1d3dcb4027 (patch) | |
tree | ca395c2238dee5048ddb5cb2b00d25a0d85c9706 /msvc | |
parent | 36865d8d354465e3461eedf2949a4b7799985d5d (diff) | |
download | googletest-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')
-rwxr-xr-x | msvc/gtest.vcproj | 2 | ||||
-rwxr-xr-x | msvc/gtest_main.vcproj | 2 |
2 files changed, 2 insertions, 2 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 diff --git a/msvc/gtest_main.vcproj b/msvc/gtest_main.vcproj index 1bcf9b22..250d5323 100755 --- a/msvc/gtest_main.vcproj +++ b/msvc/gtest_main.vcproj @@ -32,7 +32,7 @@ Name="VCCustomBuildTool"/> <Tool Name="VCLibrarianTool" - OutputFile="$(OutDir)/$(ProjectName).lib"/> + OutputFile="$(OutDir)/$(ProjectName)d.lib"/> <Tool Name="VCMIDLTool"/> <Tool |