fetch SharpFont from nuget

This commit is contained in:
Matthias Mailänder
2014-12-26 15:00:11 +01:00
parent 13785ddabd
commit 9ad76f87d2
7 changed files with 21 additions and 12 deletions

View File

@@ -32,4 +32,14 @@ if (!(Test-Path "MaxMind.GeoIP2.dll"))
rmdir Newtonsoft.Json.6.0.5 -Recurse
cp RestSharp.105.0.0/lib/net4-client/RestSharp* .
rmdir RestSharp.105.0.0 -Recurse
}
if (!(Test-Path "SharpFont.dll"))
{
echo "Fetching SharpFont from NuGet."
./nuget.exe install SharpFont -Version 2.5.3
cp SharpFont.2.5.3.0/lib/net20/SharpFont* .
cp SharpFont.2.5.3.0/Content/SharpFont.dll.config .
cp SharpFont.2.5.3.0/Content/freetype6.dll ./windows/
rmdir SharpFont.2.5.3.0 -Recurse
}