Skip to content
This repository was archived by the owner on Jul 21, 2020. It is now read-only.

Commit f361637

Browse files
committed
removed 2 files from build script
1 parent d0d0dbb commit f361637

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

build_scripts/build_tachyon_windows_vs.bat

+4-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,10 @@ cmake -G "Visual Studio 14 2015 Win64" -DOBS_VERSION_OVERRIDE=%obs_version% -DFT
4747
call msbuild /p:Configuration=Release,Platform=x64 ALL_BUILD.vcxproj
4848
echo "Copying Browser plugin"
4949
xcopy %cef_binary_dir%\Resources\* rundir\Release\obs-plugins\64bit\ /s /e /y
50-
copy %cef_binary_dir%\Release\*.dll rundir\Release\obs-plugins\64bit\
50+
copy %cef_binary_dir%\Release\d3dcompiler_43.dll rundir\Release\obs-plugins\64bit\
51+
copy %cef_binary_dir%\Release\d3dcompiler_47.dll rundir\Release\obs-plugins\64bit\
52+
copy %cef_binary_dir%\Release\libcef.dll rundir\Release\obs-plugins\64bit\
53+
copy %cef_binary_dir%\Release\widevinecdmadapter.dll rundir\Release\obs-plugins\64bit\
5154
copy %cef_binary_dir%\Release\natives_blob.bin rundir\Release\obs-plugins\64bit\
5255
copy %cef_binary_dir%\Release\snapshot_blob.bin rundir\Release\obs-plugins\64bit\
5356
copy %coredeps%\win64\bin\postproc-54.dll rundir\Release\bin\64bit

0 commit comments

Comments
 (0)