Skip to content
  • Brad King's avatar
    Enumerate VS11 version explicitly in local generators · c92ffece
    Brad King authored
    Since the parent commit the local generator Version ivar may be
    compared for ordering.  Convert comparisons:
    
      "==VS10" becomes ">=VS10"
      "!=VS10" becomes "< VS10"
    
    to support an explicit enumeration value for VS11 with no change
    in behavior.
    c92ffece