From 20607bdcd98f7fff60a93084a6d90ab83c884595 Mon Sep 17 00:00:00 2001 From: AnyOldName3 Date: Fri, 13 Oct 2017 18:17:49 +0100 Subject: [PATCH] Actually add shadow DLL under Windows automatically for real this time --- CI/before_script.msvc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CI/before_script.msvc.sh b/CI/before_script.msvc.sh index 8c73bf78d..3895a0a96 100644 --- a/CI/before_script.msvc.sh +++ b/CI/before_script.msvc.sh @@ -554,7 +554,7 @@ printf "OSG 3.4.0-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}${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.0/osgdb_"{bmp,dds,jpeg,osg,png,tga}${SUFFIX}.dll add_osg_dlls "$(pwd)/OSG/bin/osgPlugins-3.4.0/osgdb_serializers_osg"{,animation,fx,ga,particle,text,util,viewer,shadow}${SUFFIX}.dll