BUG: .lib from a .dll should go in m_LibraryOutputPath not m_ExecutableOutputPath

This commit is contained in:
Bill Hoffman 2004-01-23 15:17:21 -05:00
parent 1a31bb2056
commit a588dbcba1
1 changed files with 1 additions and 1 deletions

View File

@ -566,7 +566,7 @@ void cmLocalVisualStudio7Generator::OutputBuildTool(std::ostream& fout,
}
fout << "\t\t\t\tStackReserveSize=\""
<< m_Makefile->GetDefinition("CMAKE_CXX_STACK_SIZE") << "\"\n";
temp = m_ExecutableOutputPath;
temp = m_LibraryOutputPath;
temp += configName;
temp += "/";
temp += libName;