diff --git a/Source/cmLocalVisualStudio7Generator.cxx b/Source/cmLocalVisualStudio7Generator.cxx index 8154f3e1ca..82a117060f 100644 --- a/Source/cmLocalVisualStudio7Generator.cxx +++ b/Source/cmLocalVisualStudio7Generator.cxx @@ -102,6 +102,10 @@ void cmLocalVisualStudio7Generator::FixGlobalTargets() force += "/"; force += l->GetName(); force += "_force"; + if (cmSourceFile* sf = this->Makefile->GetOrCreateSource( + force, true, cmSourceFileLocationKind::Known)) { + sf->SetProperty("SYMBOLIC", "1"); + } if (cmSourceFile* file = this->Makefile->AddCustomCommandToOutput( force.c_str(), no_depends, no_main_dependency, force_commands, " ", 0, true)) {