代码拉取完成,页面将自动刷新
同步操作将从 xlx/tblive 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
:: check build mode
@set BuildParam=%1
@if not "%BuildParam%"=="Release" set BuildParam="Debug"
@echo "tvlive build mode: " %BuildParam%
:: set debug or release
@set debug_type=1
@if "%BuildParam%"=="Release" set debug_type=0
:: specify the obs_studio src root.
set obs_root=%~dp0%
:: specify the Qt installation path
@if "%QTDIR%"=="" set QTDIR=C:\Qt\Qt5.6.0\5.6\msvc2013\)
:: set vs2013
set vs2013="%VS120COMNTOOLS%..\..\Common7\IDE\devenv.com"
@mkdir build
@cd/d %obs_root%/build
@set build_type="RelWithDebInfo|Win32"
@if {%debug_type%} == {1} (set build_type="Debug|Win32")
@set config_mode="RelWithDebInfo"
@if {%debug_type%} == {1} (set config_mode="Debug")
call cmake -G "Visual Studio 12 2013" -DCMAKE_BUILD_TYPE=%config_mode% ..
:: build with vs2013
@del build_tblive.txt
call %vs2013% %obs_root%/build/tblive.sln /build %build_type% /out build_tblive.txt
::call %vs2013% %obs_root%/build/tblive.sln
@cd/d %obs_root%
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。