From bc83296103823093c039618ea027d4cbddb80ca5 Mon Sep 17 00:00:00 2001 From: Jocelyn FIAT Date: Wed, 21 Nov 2018 10:11:59 +0100 Subject: [PATCH] minor changes --- repos/svnsync_unlock.bat | 4 ++-- windows_deliv/etc/profiles/win64-vc140.btm | 10 ++++++++++ 2 files changed, 12 insertions(+), 2 deletions(-) create mode 100644 windows_deliv/etc/profiles/win64-vc140.btm diff --git a/repos/svnsync_unlock.bat b/repos/svnsync_unlock.bat index 17c2bad..64bdc71 100644 --- a/repos/svnsync_unlock.bat +++ b/repos/svnsync_unlock.bat @@ -1,6 +1,6 @@ -@echo off +::@echo off setlocal -%~dp0config.bat +call %~dp0config.bat set REPO_NAME=%1 set REPO_LOCAL=file:///%REPO_ROOT%/svn/%REPO_NAME% diff --git a/windows_deliv/etc/profiles/win64-vc140.btm b/windows_deliv/etc/profiles/win64-vc140.btm new file mode 100644 index 0000000..f7fa8b3 --- /dev/null +++ b/windows_deliv/etc/profiles/win64-vc140.btm @@ -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