From e430f313a7886ad9999455dd8116bd071482f1df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= Date: Fri, 7 Aug 2015 20:01:30 +0200 Subject: [PATCH] remove the warning in the make script --- make.ps1 | 7 ------- 1 file changed, 7 deletions(-) diff --git a/make.ps1 b/make.ps1 index 64ca0c800f..a7fc6e1d4e 100644 --- a/make.ps1 +++ b/make.ps1 @@ -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") {