BUG: .lib from a .dll should go in m_LibraryOutputPath not m_ExecutableOutputPath
This commit is contained in:
parent
1a31bb2056
commit
a588dbcba1
|
@ -566,7 +566,7 @@ void cmLocalVisualStudio7Generator::OutputBuildTool(std::ostream& fout,
|
||||||
}
|
}
|
||||||
fout << "\t\t\t\tStackReserveSize=\""
|
fout << "\t\t\t\tStackReserveSize=\""
|
||||||
<< m_Makefile->GetDefinition("CMAKE_CXX_STACK_SIZE") << "\"\n";
|
<< m_Makefile->GetDefinition("CMAKE_CXX_STACK_SIZE") << "\"\n";
|
||||||
temp = m_ExecutableOutputPath;
|
temp = m_LibraryOutputPath;
|
||||||
temp += configName;
|
temp += configName;
|
||||||
temp += "/";
|
temp += "/";
|
||||||
temp += libName;
|
temp += libName;
|
||||||
|
|
Loading…
Reference in New Issue