1 Star 0 Fork 3

刘文/tblive

forked from xlx/tblive 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
obs_win_build.bat 938 Bytes
一键复制 编辑 原始数据 按行查看 历史
zhenshan 提交于 2016-09-10 15:54 +08:00 . 千牛主播项目 tblive V2.0版本框架
:: 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%
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/liuwen-gitee/tblive.git
git@gitee.com:liuwen-gitee/tblive.git
liuwen-gitee
tblive
tblive
master

搜索帮助