|
@@ -1420,6 +1420,10 @@ void cmLocalVisualStudio7Generator
|
|
|
else if(!fcinfo.FileConfigMap.empty())
|
|
else if(!fcinfo.FileConfigMap.empty())
|
|
|
{
|
|
{
|
|
|
const char* aCompilerTool = "VCCLCompilerTool";
|
|
const char* aCompilerTool = "VCCLCompilerTool";
|
|
|
|
|
+ if(this->FortranProject)
|
|
|
|
|
+ {
|
|
|
|
|
+ aCompilerTool = "VFFortranCompilerTool";
|
|
|
|
|
+ }
|
|
|
std::string ext = (*sf)->GetExtension();
|
|
std::string ext = (*sf)->GetExtension();
|
|
|
ext = cmSystemTools::LowerCase(ext);
|
|
ext = cmSystemTools::LowerCase(ext);
|
|
|
if(ext == "idl")
|
|
if(ext == "idl")
|