Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-7011382

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

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 7
    • 7
    • 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)

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

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: