unify the spelling towards the official one

This commit is contained in:
Matthias Mailänder
2015-05-24 10:24:47 +02:00
parent c4deaef163
commit b2fc8585e0
2 changed files with 11 additions and 11 deletions

View File

@@ -18,28 +18,28 @@ function get()
} }
if [ ! -f SDL2.dll ]; then if [ ! -f SDL2.dll ]; then
echo "Fetching SDL2 from nuget" echo "Fetching SDL2 from NuGet"
get sdl2.redist 2.0.3 get sdl2.redist 2.0.3
cp ./sdl2.redist/build/native/bin/Win32/dynamic/SDL2.dll . cp ./sdl2.redist/build/native/bin/Win32/dynamic/SDL2.dll .
rm -rf sdl2.redist rm -rf sdl2.redist
fi fi
if [ ! -f freetype6.dll ]; then if [ ! -f freetype6.dll ]; then
echo "Fetching FreeType2 from nuget" echo "Fetching FreeType2 from NuGet"
get SharpFont.Dependencies 2.5.5.1 get SharpFont.Dependencies 2.5.5.1
cp ./SharpFont.Dependencies/bin/msvc10/x86/freetype6.dll . cp ./SharpFont.Dependencies/bin/msvc10/x86/freetype6.dll .
rm -rf SharpFont.Dependencies rm -rf SharpFont.Dependencies
fi fi
if [ ! -f lua51.dll ]; then if [ ! -f lua51.dll ]; then
echo "Fetching Lua 5.1 from nuget" echo "Fetching Lua 5.1 from NuGet"
get lua.binaries 5.1.5 get lua.binaries 5.1.5
cp ./lua.binaries/bin/win32/dll8/lua5.1.dll ./lua51.dll cp ./lua.binaries/bin/win32/dll8/lua5.1.dll ./lua51.dll
rm -rf lua.binaries rm -rf lua.binaries
fi fi
if [ ! -f soft_oal.dll ]; then if [ ! -f soft_oal.dll ]; then
echo "Fetching OpenAL Soft from nuget" echo "Fetching OpenAL Soft from NuGet"
get OpenAL-Soft 1.16.0 get OpenAL-Soft 1.16.0
cp ./OpenAL-Soft/bin/Win32/soft_oal.dll ./soft_oal.dll cp ./OpenAL-Soft/bin/Win32/soft_oal.dll ./soft_oal.dll
rm -rf OpenAL-Soft rm -rf OpenAL-Soft

View File

@@ -18,28 +18,28 @@ function get()
} }
if [ ! -f StyleCopPlus.dll ]; then if [ ! -f StyleCopPlus.dll ]; then
echo "Fetching StyleCopPlus from nuget" echo "Fetching StyleCopPlus from NuGet"
get StyleCopPlus.MSBuild 4.7.49.5 get StyleCopPlus.MSBuild 4.7.49.5
cp ./StyleCopPlus.MSBuild/tools/StyleCopPlus.dll . cp ./StyleCopPlus.MSBuild/tools/StyleCopPlus.dll .
rm -rf StyleCopPlus.MSBuild rm -rf StyleCopPlus.MSBuild
fi fi
if [ ! -f StyleCop.dll ]; then if [ ! -f StyleCop.dll ]; then
echo "Fetching StyleCop files from nuget" echo "Fetching StyleCop files from NuGet"
get StyleCop.MSBuild 4.7.49.0 get StyleCop.MSBuild 4.7.49.0
cp ./StyleCop.MSBuild/tools/StyleCop*.dll . cp ./StyleCop.MSBuild/tools/StyleCop*.dll .
rm -rf StyleCop.MSBuild rm -rf StyleCop.MSBuild
fi fi
if [ ! -f ICSharpCode.SharpZipLib.dll ]; then if [ ! -f ICSharpCode.SharpZipLib.dll ]; then
echo "Fetching ICSharpCode.SharpZipLib from nuget" echo "Fetching ICSharpCode.SharpZipLib from NuGet"
get SharpZipLib 0.86.0 get SharpZipLib 0.86.0
cp ./SharpZipLib/lib/20/ICSharpCode.SharpZipLib.dll . cp ./SharpZipLib/lib/20/ICSharpCode.SharpZipLib.dll .
rm -rf SharpZipLib rm -rf SharpZipLib
fi fi
if [ ! -f MaxMind.GeoIP2.dll ]; then if [ ! -f MaxMind.GeoIP2.dll ]; then
echo "Fetching MaxMind.GeoIP2 from nuget" echo "Fetching MaxMind.GeoIP2 from NuGet"
get MaxMind.Db 1.0.0.0 get MaxMind.Db 1.0.0.0
get Newtonsoft.Json 6.0.5 get Newtonsoft.Json 6.0.5
get RestSharp 105.0.1 get RestSharp 105.0.1
@@ -55,7 +55,7 @@ if [ ! -f MaxMind.GeoIP2.dll ]; then
fi fi
if [ ! -f SharpFont.dll ]; then if [ ! -f SharpFont.dll ]; then
echo "Fetching SharpFont from nuget" echo "Fetching SharpFont from NuGet"
get SharpFont 3.0.1 get SharpFont 3.0.1
cp ./SharpFont/lib/net20/SharpFont* . cp ./SharpFont/lib/net20/SharpFont* .
cp ./SharpFont/config/SharpFont.dll.config . cp ./SharpFont/config/SharpFont.dll.config .
@@ -63,14 +63,14 @@ if [ ! -f SharpFont.dll ]; then
fi fi
if [ ! -f nunit.framework.dll ]; then if [ ! -f nunit.framework.dll ]; then
echo "Fetching NUnit from nuget" echo "Fetching NUnit from NuGet"
get NUnit 2.6.4 get NUnit 2.6.4
cp ./NUnit/lib/nunit.framework* . cp ./NUnit/lib/nunit.framework* .
rm -rf NUnit rm -rf NUnit
fi fi
if [ ! -f Mono.Nat.dll ]; then if [ ! -f Mono.Nat.dll ]; then
echo "Fetching Mono.Nat from nuget" echo "Fetching Mono.Nat from NuGet"
get Mono.Nat 1.2.21 get Mono.Nat 1.2.21
cp ./Mono.Nat/lib/net40/Mono.Nat.dll . cp ./Mono.Nat/lib/net40/Mono.Nat.dll .
rm -rf Mono.Nat rm -rf Mono.Nat