commit | ad7c462be7ea6041419426f98b5653bd98ad14dc | [log] [tgz] |
---|---|---|
author | zhanyong.wan <zhanyong.wan@8415998a-534a-0410-bf83-d39667b30386> | Thu Sep 09 22:16:17 2010 +0000 |
committer | zhanyong.wan <zhanyong.wan@8415998a-534a-0410-bf83-d39667b30386> | Thu Sep 09 22:16:17 2010 +0000 |
tree | 18ca188e9aa26fdc91191d3973aa4bd6cf9c6e9d | |
parent | 2516f60da9073f3b04c0bbfc37d3aefffe11767e [diff] |
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.