remove the warning in the make script

This commit is contained in:
Matthias Mailänder
2015-08-07 20:01:30 +02:00
parent 0f9b87269e
commit e430f313a7

View File

@@ -125,13 +125,6 @@ elseif ($command -eq "dependencies")
cp download/windows/*.dll ..
cd ..
echo "Dependencies copied."
$dep = "Microsoft Visual C++ 201"
$results = Get-ItemProperty HKLM:\Software\Microsoft\Windows\CurrentVersion\Uninstall\* | select DisplayName | Where-Object {$_.DisplayName -like $("$dep*")}
if (!($results -is [array]) -and !$results.DisplayName)
{
Write-Host "Warning! Freetype6.dll requires Microsoft Visual C++ 2010 x86 Redistributable!" -Foreground "Red"
}
}
elseif ($command -eq "test")
{