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

Commit

Permalink
removed 2 files from build script
Browse files Browse the repository at this point in the history
  • Loading branch information
sslivins committed May 18, 2016
1 parent d0d0dbb commit f361637
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build_scripts/build_tachyon_windows_vs.bat
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,10 @@ cmake -G "Visual Studio 14 2015 Win64" -DOBS_VERSION_OVERRIDE=%obs_version% -DFT
call msbuild /p:Configuration=Release,Platform=x64 ALL_BUILD.vcxproj
echo "Copying Browser plugin"
xcopy %cef_binary_dir%\Resources\* rundir\Release\obs-plugins\64bit\ /s /e /y
copy %cef_binary_dir%\Release\*.dll rundir\Release\obs-plugins\64bit\
copy %cef_binary_dir%\Release\d3dcompiler_43.dll rundir\Release\obs-plugins\64bit\
copy %cef_binary_dir%\Release\d3dcompiler_47.dll rundir\Release\obs-plugins\64bit\
copy %cef_binary_dir%\Release\libcef.dll rundir\Release\obs-plugins\64bit\
copy %cef_binary_dir%\Release\widevinecdmadapter.dll rundir\Release\obs-plugins\64bit\
copy %cef_binary_dir%\Release\natives_blob.bin rundir\Release\obs-plugins\64bit\
copy %cef_binary_dir%\Release\snapshot_blob.bin rundir\Release\obs-plugins\64bit\
copy %coredeps%\win64\bin\postproc-54.dll rundir\Release\bin\64bit

0 comments on commit f361637

Please sign in to comment.