Remove Moq dependency.

This commit is contained in:
Paul Chote
2015-05-01 16:29:31 +12:00
parent 044b51742f
commit b1e285f243
3 changed files with 0 additions and 20 deletions

View File

@@ -114,14 +114,6 @@ if (!(Test-Path "windows/soft_oal.dll"))
rmdir OpenAL-Soft -Recurse
}
if (!(Test-Path "Moq.dll"))
{
echo "Fetching Moq from NuGet."
./nuget.exe install Moq -Version 4.2.1502.0911 -ExcludeVersion
cp Moq/lib/net40/Moq.dll .
rmdir Moq -Recurse
}
if (!(Test-Path "FuzzyLogicLibrary.dll"))
{
echo "Fetching FuzzyLogicLibrary from NuGet."