just a slightly more informative message

This commit is contained in:
Sean Kaim
2017-04-21 17:01:05 -04:00
parent cd34619acd
commit c72d9b544e

View File

@@ -16,7 +16,7 @@ $path_editBin = & "$PSScriptRoot\find_vstool.ps1" -FileName "editbin.exe"
$path_outputExe = Join-Path -Path $TargetDir -ChildPath $TargetFileName
# Set LargeAddressAware
Write-Output "Setting LargeAddressAware on binary file `"$path_outputExe`""
Write-Output "Setting LargeAddressAware on binary file:`n`"$path_outputExe`" `nwith:`n`"$path_editBin`""
& $path_editBin "/largeaddressaware" "$path_outputExe"
Write-Output ""