From 940ce8a21024d9eb4221e5a9375615dbca926061 Mon Sep 17 00:00:00 2001 From: "zhanyong.wan" Date: Fri, 18 Dec 2009 16:48:20 +0000 Subject: Moves gtest.def from src/ to msvc/. --- scons/SConscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scons') 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', -- cgit v1.2.3