Removed zlib dependency and chose a specific version of SharpFont.Dependencies.

This commit is contained in:
Robert Rouhani
2015-04-19 13:24:23 -04:00
parent 4987a6b24c
commit 7ccd5521e0

View File

@@ -54,7 +54,7 @@ if (!(Test-Path "SharpFont.dll"))
cp SharpFont/lib/net20/SharpFont* .
cp SharpFont/config/SharpFont.dll.config .
rmdir SharpFont -Recurse
rmdir SharpFont.Dependencies -Recurse
rmdir SharpFont.Dependencies -Recurse
}
if (!(Test-Path "nunit.framework.dll"))