mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-11 10:56:25 +08:00
rename scripts
This commit is contained in:
@@ -21,7 +21,7 @@ goto done
|
|||||||
echo To build a 64-bit Windows installer:
|
echo To build a 64-bit Windows installer:
|
||||||
echo - set Q_BUILD_TYPE=Release in winbuild_env.bat
|
echo - set Q_BUILD_TYPE=Release in winbuild_env.bat
|
||||||
echo - also set other environmental overrides necessary for your build environment
|
echo - also set other environmental overrides necessary for your build environment
|
||||||
echo - run clean_build_windows.bat to build Barrier and verify that it succeeds
|
echo - run clean_build.bat to build Barrier and verify that it succeeds
|
||||||
echo - re-run this script to create the installation package
|
echo - re-run this script to create the installation package
|
||||||
goto done
|
goto done
|
||||||
|
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
@echo off
|
@echo off
|
||||||
|
|
||||||
REM defaults - override them by creating a winbuild_env file
|
REM defaults - override them by creating a winbuild_env.bat file
|
||||||
set B_BUILD_TYPE=Debug
|
set B_BUILD_TYPE=Debug
|
||||||
set B_QT_ROOT=C:\Qt\5.6.3\msvc2015_64
|
set B_QT_ROOT=C:\Qt\5.6.3\msvc2015_64
|
||||||
set B_BONJOUR=C:\Program Files\Bonjour SDK
|
set B_BONJOUR=C:\Program Files\Bonjour SDK
|
||||||
@@ -49,10 +49,10 @@ goto done
|
|||||||
echo Build failed
|
echo Build failed
|
||||||
|
|
||||||
:done
|
:done
|
||||||
|
cd /d %savedir%
|
||||||
|
|
||||||
set BONJOUR_SDK_HOME=
|
set BONJOUR_SDK_HOME=
|
||||||
set B_BUILD_TYPE=
|
set B_BUILD_TYPE=
|
||||||
set B_QT_ROOT=
|
set B_QT_ROOT=
|
||||||
set B_BONJOUR=
|
set B_BONJOUR=
|
||||||
|
|
||||||
cd /d %savedir%
|
|
||||||
set savedir=
|
set savedir=
|
||||||
0
clean_build → clean_build.sh
Executable file → Normal file
0
clean_build → clean_build.sh
Executable file → Normal file
Reference in New Issue
Block a user