Moves gtest.def from src/ to msvc/.

This commit is contained in:
zhanyong.wan
2009-12-18 16:48:20 +00:00
parent a3dd9d97c5
commit 940ce8a210
3 changed files with 4 additions and 4 deletions

View File

@@ -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',