Index: Setup/verify.eagle ================================================================== --- Setup/verify.eagle +++ Setup/verify.eagle @@ -218,17 +218,17 @@ # set manifest [string map \ [list CLRv2 CLRvTWO CLRv4 CLRvFOUR] $manifest] # - # HACK: Special hack to allow "EF6", "x64", and "x86" to - # appear in the manifest file names, part 1, the - # vanishing. + # HACK: Special hack to allow "EF6", "Win32", "x64", and + # "x86" to appear in the manifest file names, part 1, + # the vanishing. # set manifest [string map \ - [list EF6 EF-SIX x64 x-SIXTYFOUR x86 x-EIGHTYSIX] \ - $manifest] + [list EF6 EF-SIX Win32 Win-THIRTYTWO x64 x-SIXTYFOUR \ + x86 x-EIGHTYSIX] $manifest] # # HACK: Attempt to match and remove sub-strings from the # manifest file name that look like a version number # in the format "..." @@ -245,17 +245,17 @@ # set manifest [string map \ [list CLRvTWO CLRv2 CLRvFOUR CLRv4] $manifest] # - # HACK: Special hack to allow "EF6", "x64", and "x86" to - # appear in the manifest file names, part 2, the - # return. + # HACK: Special hack to allow "EF6", "Win32", "x64", and + # "x86" to appear in the manifest file names, part 2, + # the return. # set manifest [string map \ - [list EF-SIX EF6 x-SIXTYFOUR x64 x-EIGHTYSIX x86] \ - $manifest] + [list EF-SIX EF6 Win-THIRTYTWO Win32 x-SIXTYFOUR x64 \ + x-EIGHTYSIX x86] $manifest] # # HACK: Fixup manifest file names that correspond to the # NuGet packages for SymbolSource. #