1
0
Эх сурвалжийг харах

Merge topic 'eclipse-cygwin-paths'

a672b16a Eclipse: Fix paths in target links on cygwin
Brad King 10 жил өмнө
parent
commit
5827d9a626

+ 2 - 1
Source/cmExtraEclipseCDT4Generator.cxx

@@ -598,7 +598,8 @@ void cmExtraEclipseCDT4Generator::CreateLinksForTargets(
                 linkName4 += "/";
                 linkName4 += "/";
                 linkName4 += cmSystemTools::GetFilenameName(fullPath);
                 linkName4 += cmSystemTools::GetFilenameName(fullPath);
                 this->AppendLinkedResource(fout, linkName4,
                 this->AppendLinkedResource(fout, linkName4,
-                                           fullPath, LinkToFile);
+                                           this->GetEclipsePath(fullPath),
+                                           LinkToFile);
                 }
                 }
               }
               }
             }
             }