Skip to content
  • Markus Grech's avatar
    Eclipse: Fix paths in target links on cygwin · a672b16a
    Markus Grech authored and Brad King's avatar Brad King committed
    Add a missing GetEclipsePath call to fix generation of incorrect paths
    for target links in Eclipse CDT generator which caused Eclipse to be
    unable to open files through such links.  Without this the generator
    would generate invalid links for source files under "[Targets]", making
    Eclipse unable to open them.  The old links looked like
    "C:/cygdrive/c/...", while new links correctly are "C:/...".
    a672b16a