From: shiqian Date: Sat, 13 Sep 2008 00:49:59 +0000 (+0000) Subject: Adds suffix 'd' to gtest's libs on Windows. Also fixes gtest_unittest on non-English... X-Git-Tag: release-1.1.0~4 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=ee39a89debba2b2e00dec3fa2df03e1d3dcb4027;p=googletest.git Adds suffix 'd' to gtest's libs on Windows. Also fixes gtest_unittest on non-English Windows. By balazs.dan@gmail.com. --- diff --git a/msvc/gtest.vcproj b/msvc/gtest.vcproj index 47c4a80..1c1ac44 100755 --- a/msvc/gtest.vcproj +++ b/msvc/gtest.vcproj @@ -32,7 +32,7 @@ Name="VCCustomBuildTool"/> + OutputFile="$(OutDir)/gtestd.lib"/> + OutputFile="$(OutDir)/$(ProjectName)d.lib"/>