rename scripts

This commit is contained in:
walker0643 2018-02-07 16:33:48 -05:00
parent 649b43c3cc
commit 2ffd92accc
3 changed files with 4 additions and 4 deletions

View File

@ -21,7 +21,7 @@ goto done
echo To build a 64-bit Windows installer:
echo - set Q_BUILD_TYPE=Release in winbuild_env.bat
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
goto done

View File

@ -1,6 +1,6 @@
@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_QT_ROOT=C:\Qt\5.6.3\msvc2015_64
set B_BONJOUR=C:\Program Files\Bonjour SDK
@ -49,10 +49,10 @@ goto done
echo Build failed
:done
cd /d %savedir%
set BONJOUR_SDK_HOME=
set B_BUILD_TYPE=
set B_QT_ROOT=
set B_BONJOUR=
cd /d %savedir%
set savedir=

0
clean_build → clean_build.sh Executable file → Normal file
View File