Updated C env info, and display info.
This commit is contained in:
@@ -11,25 +11,25 @@ endiff
|
||||
|
||||
rem set ISE_EC_FLAGS=-full
|
||||
|
||||
set ISE_C_COMPILER=msc_vc140
|
||||
set ISE_C_COMPILER_VER=VC140
|
||||
rem set ISE_C_COMPILER_VER=VC150
|
||||
iff not defined ISE_C_COMPILER then
|
||||
set ISE_C_COMPILER=msc_vc140
|
||||
endiff
|
||||
iff not defined ISE_C_COMPILER_VER then
|
||||
set ISE_C_COMPILER_VER=VC140
|
||||
endiff
|
||||
|
||||
rem set ISE_C_COMPILER=msc
|
||||
rem set ISE_C_COMPILER_VER=WSDK71
|
||||
rem set ISE_C_COMPILER_VER=VC100x
|
||||
rem set ISE_C_COMPILER_VER=VC100
|
||||
|
||||
iff "%ISE_PLATFORM%" == "win64" then
|
||||
rem set MYSQL=C:\Program Files (x86)\MySQL\MySQL Connector.C 6.1
|
||||
rem set MYSQL=C:\DEV\mysql\winx64\
|
||||
rem set MYSQL=C:\apps\mysql-5.6.22-winx64\
|
||||
rem set MYSQL=C:\DEV\3rd\mysql\mysql-5.6.38-winx64
|
||||
set MYSQL=C:\DEV\include\mysql-connector-c-6.1.11-winx64
|
||||
else
|
||||
rem set MYSQL=C:\Program Files (x86)\MySQL\MySQL Connector.C 6.1
|
||||
rem set MYSQL=C:\DEV\3rd\mysql\mysql-5.6.38-win32
|
||||
set MYSQL=C:\DEV\include\mysql-connector-c-6.1.11-win32
|
||||
iff not defined MYSQL then
|
||||
iff "%ISE_PLATFORM%" == "win64" then
|
||||
rem set MYSQL=C:\Program Files (x86)\MySQL\MySQL Connector.C 6.1
|
||||
rem set MYSQL=C:\DEV\mysql\winx64\
|
||||
rem set MYSQL=C:\apps\mysql-5.6.22-winx64\
|
||||
rem set MYSQL=C:\DEV\3rd\mysql\mysql-5.6.38-winx64
|
||||
set MYSQL=C:\DEV\include\mysql-connector-c-6.1.11-winx64
|
||||
else
|
||||
rem set MYSQL=C:\Program Files (x86)\MySQL\MySQL Connector.C 6.1
|
||||
rem set MYSQL=C:\DEV\3rd\mysql\mysql-5.6.38-win32
|
||||
set MYSQL=C:\DEV\include\mysql-connector-c-6.1.11-win32
|
||||
endiff
|
||||
endiff
|
||||
|
||||
iff not defined WORK_DIR then
|
||||
|
||||
12
windows_deliv/etc/local-win64-wsdk71.btm
Normal file
12
windows_deliv/etc/local-win64-wsdk71.btm
Normal file
@@ -0,0 +1,12 @@
|
||||
REM Check ISE_BUILD_NAME=win64-wsdk71
|
||||
echo Use build "win64-wsdk71"
|
||||
set ISE_PLATFORM=win64
|
||||
|
||||
iff exist %~dp0local-%COMPUTERNAME%.btm then
|
||||
call %~dp0local-%COMPUTERNAME%.btm
|
||||
elseiff exist %~dp0local.btm then
|
||||
call %~dp0local.btm
|
||||
endiff
|
||||
|
||||
set ISE_C_COMPILER=msc
|
||||
set ISE_C_COMPILER_VER=WSDK71
|
||||
Reference in New Issue
Block a user