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.
This commit is contained in:
zhanyong.wan
2010-09-09 22:16:17 +00:00
parent 2516f60da9
commit ad7c462be7
3 changed files with 9 additions and 111 deletions

View File

@@ -170,7 +170,7 @@
>
<Tool
Name="VCCLCompilerTool"
AdditionalIncludeDirectories=""
AdditionalIncludeDirectories="../include"
/>
</FileConfiguration>
</File>