Updated SharpFont to 3.0.0, adjusted font rendering code for new fixed-point types.
This commit is contained in:
14
thirdparty/fetch-thirdparty-deps-windows.sh
vendored
14
thirdparty/fetch-thirdparty-deps-windows.sh
vendored
@@ -16,10 +16,9 @@ fi
|
||||
|
||||
if [ ! -f windows/freetype6.dll ]; then
|
||||
echo "Fetching FreeType2 from nuget"
|
||||
nuget install freetype2.redist -Version 2.4.11.3 -ExcludeVersion
|
||||
cp ./freetype2.redist/bin/win32/zlib1.dll ./windows/
|
||||
cp ./freetype2.redist/bin/win32/freetype6.dll ./windows/
|
||||
rm -rf freetype2.redist
|
||||
nuget install SharpFont.Dependencies -Version 2.5.5.1 -ExcludeVersion
|
||||
cp ./SharpFont.Dependencies/bin/msvc10/x86/freetype6.dll ./windows/
|
||||
rm -rf SharpFont.Dependencies
|
||||
fi
|
||||
|
||||
if [ ! -f windows/lua51.dll ]; then
|
||||
@@ -29,13 +28,6 @@ if [ ! -f windows/lua51.dll ]; then
|
||||
rm -rf lua.binaries
|
||||
fi
|
||||
|
||||
if [ ! -f windows/zlib1.dll ]; then
|
||||
echo "Fetching ZLib from nuget"
|
||||
nuget install freetype2.redist -Version 2.4.11.3 -ExcludeVersion
|
||||
cp ./freetype2.redist/bin/win32/zlib1.dll ./windows/
|
||||
rm -rf freetype2.redist
|
||||
fi
|
||||
|
||||
if [ ! -f windows/soft_oal.dll ]; then
|
||||
echo "Fetching OpenAL Soft from nuget"
|
||||
nuget install OpenAL-Soft -Version 1.16.0 -ExcludeVersion
|
||||
|
||||
Reference in New Issue
Block a user