aboutsummaryrefslogtreecommitdiffstats
path: root/scons
diff options
context:
space:
mode:
authorzhanyong.wan <zhanyong.wan@861a406c-534a-0410-8894-cb66d6ee9925>2009-12-18 16:48:20 +0000
committerzhanyong.wan <zhanyong.wan@861a406c-534a-0410-8894-cb66d6ee9925>2009-12-18 16:48:20 +0000
commit940ce8a21024d9eb4221e5a9375615dbca926061 (patch)
treee9dcde51e453b57f1cd4a6e0398424befd9e2e27 /scons
parenta3dd9d97c57eb1be851a27ffcd6edaed69ee816e (diff)
downloadgoogletest-940ce8a21024d9eb4221e5a9375615dbca926061.tar.gz
googletest-940ce8a21024d9eb4221e5a9375615dbca926061.tar.bz2
googletest-940ce8a21024d9eb4221e5a9375615dbca926061.zip
Moves gtest.def from src/ to msvc/.
Diffstat (limited to 'scons')
-rw-r--r--scons/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/scons/SConscript b/scons/SConscript
index a2c31dc1..df1392e1 100644
--- a/scons/SConscript
+++ b/scons/SConscript
@@ -298,7 +298,7 @@ if BUILD_TESTS:
if env['PLATFORM'] == 'win32' and env.get('GTEST_BUILD_DLL_TEST', None):
test_env = EnvCreator.Create(env, EnvCreator.DllBuild)
dll_env = test_env.Clone()
- dll_env.Append(LINKFLAGS=['-DEF:../src/gtest.def'])
+ dll_env.Append(LINKFLAGS=['-DEF:../msvc/gtest.def'])
gtest_dll = dll_env.SharedLibrary(
target='gtest_dll',