ENH: fix for vs 7 beta1
This commit is contained in:
parent
1c3680410b
commit
0c26d2f4e5
@ -442,7 +442,7 @@ void cmGlobalVisualStudio7Generator::WriteProject(std::ostream& fout,
|
|||||||
const cmTarget&)
|
const cmTarget&)
|
||||||
{
|
{
|
||||||
std::string d = cmSystemTools::ConvertToOutputPath(dir);
|
std::string d = cmSystemTools::ConvertToOutputPath(dir);
|
||||||
fout << "Project(\"{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}\" = \""
|
fout << "Project(\"{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}\") = \""
|
||||||
<< dspname << "\", \""
|
<< dspname << "\", \""
|
||||||
<< d << "\\" << dspname << ".vcproj\", \"{"
|
<< d << "\\" << dspname << ".vcproj\", \"{"
|
||||||
<< this->CreateGUID(dspname) << "}\"\nEndProject\n";
|
<< this->CreateGUID(dspname) << "}\"\nEndProject\n";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user