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

Commit d0d0dbb

Browse files
committed
added version override to build script
1 parent cccc17f commit d0d0dbb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build_scripts/build_tachyon_windows_vs.bat

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
REM check for cef binary
22
REM check for dependencies (ffmpeg, etc)
3+
SET obs_version=1.0.1
34
SET cef_binary_dir=C:\beam\cef_binary
45
SET coredeps=C:\beam\dependencies2015
56
SET QTDIR64=C:\Qt\5.6\msvc2015_64
@@ -42,7 +43,7 @@ call msbuild /t:Rebuild /p:Configuration=Release,Platform=x64 ftl.vcxproj
4243
SET ftl_lib_dir=%cd%\Release\ftl.lib
4344
SET ftl_inc_dir=%cd%\..\libftl
4445
popd
45-
cmake -G "Visual Studio 14 2015 Win64" -DFTLSDK_LIB=%ftl_lib_dir% -DFTLSDK_INCLUDE_DIR=%ftl_inc_dir% -DCEF_ROOT_DIR=%cef_binary_dir% -DCOPY_DEPENDENCIES=true ..
46+
cmake -G "Visual Studio 14 2015 Win64" -DOBS_VERSION_OVERRIDE=%obs_version% -DFTLSDK_LIB=%ftl_lib_dir% -DFTLSDK_INCLUDE_DIR=%ftl_inc_dir% -DCEF_ROOT_DIR=%cef_binary_dir% -DCOPY_DEPENDENCIES=true ..
4647
call msbuild /p:Configuration=Release,Platform=x64 ALL_BUILD.vcxproj
4748
echo "Copying Browser plugin"
4849
xcopy %cef_binary_dir%\Resources\* rundir\Release\obs-plugins\64bit\ /s /e /y

0 commit comments

Comments
 (0)