aboutsummaryrefslogtreecommitdiffstats
path: root/msvc/gmock_main.vcproj
diff options
context:
space:
mode:
authorzhanyong.wan <zhanyong.wan@8415998a-534a-0410-bf83-d39667b30386>2010-09-09 22:16:17 +0000
committerzhanyong.wan <zhanyong.wan@8415998a-534a-0410-bf83-d39667b30386>2010-09-09 22:16:17 +0000
commitad7c462be7ea6041419426f98b5653bd98ad14dc (patch)
tree18ca188e9aa26fdc91191d3973aa4bd6cf9c6e9d /msvc/gmock_main.vcproj
parent2516f60da9073f3b04c0bbfc37d3aefffe11767e (diff)
downloadgoogletest-ad7c462be7ea6041419426f98b5653bd98ad14dc.tar.gz
googletest-ad7c462be7ea6041419426f98b5653bd98ad14dc.tar.bz2
googletest-ad7c462be7ea6041419426f98b5653bd98ad14dc.zip
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.
Diffstat (limited to 'msvc/gmock_main.vcproj')
-rw-r--r--msvc/gmock_main.vcproj2
1 files changed, 1 insertions, 1 deletions
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 @@
>
<Tool
Name="VCCLCompilerTool"
- AdditionalIncludeDirectories=""
+ AdditionalIncludeDirectories="../include"
/>
</FileConfiguration>
</File>