From ad7c462be7ea6041419426f98b5653bd98ad14dc Mon Sep 17 00:00:00 2001 From: "zhanyong.wan" Date: Thu, 9 Sep 2010 22:16:17 +0000 Subject: [PATCH] Simplifies the VC projects by using gmock-all.cc and gmock_all_test.cc. Also fixes a missing include directory for gmock_main in the Release mode. I had to add /bigobj to gmock_test.vcproj to make the compiler happy, as we now need to generate code for many functions in the same translation unit. --- msvc/gmock.vcproj | 70 ++---------------------------------------- msvc/gmock_main.vcproj | 2 +- msvc/gmock_test.vcproj | 48 +++-------------------------- 3 files changed, 9 insertions(+), 111 deletions(-) diff --git a/msvc/gmock.vcproj b/msvc/gmock.vcproj index 39d9dc9e..e50f88ce 100644 --- a/msvc/gmock.vcproj +++ b/msvc/gmock.vcproj @@ -41,7 +41,7 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/msvc/gmock_main.vcproj b/msvc/gmock_main.vcproj index 8e0eccb8..f0e2fa3c 100644 --- a/msvc/gmock_main.vcproj +++ b/msvc/gmock_main.vcproj @@ -170,7 +170,7 @@ > diff --git a/msvc/gmock_test.vcproj b/msvc/gmock_test.vcproj index fd969d7c..a0a2f0e5 100644 --- a/msvc/gmock_test.vcproj +++ b/msvc/gmock_test.vcproj @@ -40,8 +40,9 @@ /> - - - - - - - - - - - - - - - - - - - -