Fix use of VS100COMNTOOLS when installed in non-default or non-space path

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P3
    • 7
    • Affects Version/s: 7
    • Component/s: infrastructure
    • b128
    • generic
    • generic
    • Verified

      DHCP<23> hg diff
      diff --git a/make/common/shared/Defs-windows.gmk b/make/common/shared/Defs-windows.gmk
      --- a/make/common/shared/Defs-windows.gmk
      +++ b/make/common/shared/Defs-windows.gmk
      @@ -288,8 +288,8 @@
           xVS100COMNTOOLS :="$(_program_files32)/Microsoft Visual Studio 10.0/Common7/Tools/"
           fVS100COMNTOOLS :=$(call FullPath,$(xVS100COMNTOOLS))
         else
      + xVS100COMNTOOLS :="$(subst \,/,$(VS100COMNTOOLS))"
           ifneq ($(word 2,$(VS100COMNTOOLS)),)
      - xVS100COMNTOOLS :="$(subst \,/,$(VS100COMNTOOLS))"
             fVS100COMNTOOLS :=$(call FullPath,$(xVS100COMNTOOLS))
           else
             fVS100COMNTOOLS :=$(xVS100COMNTOOLS)

            Assignee:
            Kelly Ohair (Inactive)
            Reporter:
            Kelly Ohair (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: