updated JFIATPC config
This commit is contained in:
@@ -4,7 +4,7 @@ iff not defined ISE_PLATFORM then
|
|||||||
set ISE_PLATFORM=win64
|
set ISE_PLATFORM=win64
|
||||||
endiff
|
endiff
|
||||||
iff not defined ISE_EIFFEL then
|
iff not defined ISE_EIFFEL then
|
||||||
set ISE_EIFFEL=C:\DEV\Eiffel\18.05_%ISE_PLATFORM%
|
set ISE_EIFFEL=e:\Eiffel\18.07_%ISE_PLATFORM%
|
||||||
endiff
|
endiff
|
||||||
|
|
||||||
|
|
||||||
@@ -13,17 +13,17 @@ iff not defined MYSQL then
|
|||||||
rem set MYSQL=C:\Program Files (x86)\MySQL\MySQL Connector.C 6.1
|
rem set MYSQL=C:\Program Files (x86)\MySQL\MySQL Connector.C 6.1
|
||||||
rem set MYSQL=C:\DEV\mysql\winx64\
|
rem set MYSQL=C:\DEV\mysql\winx64\
|
||||||
rem set MYSQL=C:\apps\mysql-5.6.22-winx64\
|
rem set MYSQL=C:\apps\mysql-5.6.22-winx64\
|
||||||
rem set MYSQL=C:\DEV\3rd\mysql\mysql-5.6.38-winx64
|
rem set MYSQL=e:\3rd\mysql\mysql-5.6.38-winx64
|
||||||
set MYSQL=C:\DEV\include\mysql-connector-c-6.1.11-winx64
|
set MYSQL=e:\include\mysql-connector-c-6.1.11-winx64
|
||||||
else
|
else
|
||||||
rem set MYSQL=C:\Program Files (x86)\MySQL\MySQL Connector.C 6.1
|
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
|
rem set MYSQL=e:\3rd\mysql\mysql-5.6.38-win32
|
||||||
set MYSQL=C:\DEV\include\mysql-connector-c-6.1.11-win32
|
set MYSQL=e:\include\mysql-connector-c-6.1.11-win32
|
||||||
endiff
|
endiff
|
||||||
endiff
|
endiff
|
||||||
|
|
||||||
iff not defined WORK_DIR then
|
iff not defined WORK_DIR then
|
||||||
set WORK_DIR=C:\DEV\deliv
|
set WORK_DIR=e:\deliv
|
||||||
set WORK_DIR=M:\deliv
|
set WORK_DIR=M:\deliv
|
||||||
endiff
|
endiff
|
||||||
|
|
||||||
@@ -32,6 +32,8 @@ pushd %LOCAL_REPO_ROOT%
|
|||||||
set LOCAL_REPO_ROOT=%CD%
|
set LOCAL_REPO_ROOT=%CD%
|
||||||
popd
|
popd
|
||||||
set "LOCAL_REPO_ROOT=%LOCAL_REPO_ROOT:\=/%"
|
set "LOCAL_REPO_ROOT=%LOCAL_REPO_ROOT:\=/%"
|
||||||
|
|
||||||
|
set LOCAL_REPO_ROOT=b:\ise\repos\mirrors
|
||||||
iff not defined DEFAULT_PUBLIC_SVN then
|
iff not defined DEFAULT_PUBLIC_SVN then
|
||||||
set DEFAULT_PUBLIC_SVN=file:///%LOCAL_REPO_ROOT%/svn/eiffelstudio/trunk
|
set DEFAULT_PUBLIC_SVN=file:///%LOCAL_REPO_ROOT%/svn/eiffelstudio/trunk
|
||||||
rem set DEFAULT_PUBLIC_SVN=svn://192.168.1.11:3699/trunk
|
rem set DEFAULT_PUBLIC_SVN=svn://192.168.1.11:3699/trunk
|
||||||
|
|||||||
Reference in New Issue
Block a user