Skip to content

Commit

Permalink
Merge branch 'add-osgdb-freetype' into 'master'
Browse files Browse the repository at this point in the history
Package FreeType plugin for OSG in Windows builds (for #4872)

Closes #4872

See merge request OpenMW/openmw!67
  • Loading branch information
AnyOldName3 committed Feb 23, 2019
2 parents 4a69d96 + f811827 commit acbc885
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CI/before_script.msvc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -609,7 +609,7 @@ printf "OSG 3.4.1-scrawl... "
fi
add_runtime_dlls "$(pwd)/OSG/bin/"{OpenThreads,zlib,libpng*}${SUFFIX}.dll \
"$(pwd)/OSG/bin/osg"{,Animation,DB,FX,GA,Particle,Text,Util,Viewer,Shadow}${SUFFIX}.dll
add_osg_dlls "$(pwd)/OSG/bin/osgPlugins-3.4.1/osgdb_"{bmp,dds,jpeg,osg,png,tga}${SUFFIX}.dll
add_osg_dlls "$(pwd)/OSG/bin/osgPlugins-3.4.1/osgdb_"{bmp,dds,freetype,jpeg,osg,png,tga}${SUFFIX}.dll
add_osg_dlls "$(pwd)/OSG/bin/osgPlugins-3.4.1/osgdb_serializers_osg"{,animation,fx,ga,particle,text,util,viewer,shadow}${SUFFIX}.dll
echo Done.
}
Expand Down

0 comments on commit acbc885

Please sign in to comment.