minor changes

This commit is contained in:
2018-11-21 10:11:59 +01:00
parent c5cb1ec61a
commit bc83296103
2 changed files with 12 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
@echo off ::@echo off
setlocal setlocal
%~dp0config.bat call %~dp0config.bat
set REPO_NAME=%1 set REPO_NAME=%1
set REPO_LOCAL=file:///%REPO_ROOT%/svn/%REPO_NAME% set REPO_LOCAL=file:///%REPO_ROOT%/svn/%REPO_NAME%

View File

@@ -0,0 +1,10 @@
REM Check ISE_BUILD_NAME=win64-vc140
echo Use build "win64-vc140"
set ISE_PLATFORM=win64
iff exist %~dp0..\machines\local.btm then
call %~dp0..\machines\local.btm
endiff
set ISE_C_COMPILER=msc_vc140
set ISE_C_COMPILER_VER=VC140