echo Load JFIATPC local settings iff not defined ISE_PLATFORM then set ISE_PLATFORM=win64 endiff iff not defined ISE_EIFFEL then set ISE_EIFFEL=%INIT_DIR%\bin\eiffel_%ISE_PLATFORM% endiff iff not defined ISE_VC_MSC then set ISE_VC_MSC=VC110 endiff iff not defined ISE_VC_MSC_VC140 then set ISE_VC_MSC_VC140=VC140 endiff iff not defined MYSQL then iff "%ISE_PLATFORM%" == "win64" then set MYSQL=%INIT_DIR%\include\mysql-connector-c-6.1.11-winx64 else set MYSQL=%INIT_DIR%\include\mysql-connector-c-6.1.11-win32 endiff endiff iff not defined WORK_DIR then set WORK_DIR=%INIT_DIR%\deliv set WORK_DIR=M:\deliv endiff ::set LOCAL_REPO_ROOT=%~dp0..\..\..\repos\mirrors ::pushd %LOCAL_REPO_ROOT% ::set LOCAL_REPO_ROOT=%CD% ::popd ::set "LOCAL_REPO_ROOT=%LOCAL_REPO_ROOT:\=/%" set LOCAL_REPO_ROOT=b:\ise\repos\mirrors iff not defined DEFAULT_PUBLIC_SVN then set DEFAULT_PUBLIC_SVN=file:///%LOCAL_REPO_ROOT%/svn/eiffelstudio/trunk rem set DEFAULT_PUBLIC_SVN=svn://192.168.1.11:3699/trunk endiff iff not defined DEFAULT_ISE_SVN then set DEFAULT_ISE_SVN=svn://jfiat@svn.ise:3691/ise_svn/trunk set DEFAULT_ISE_SVN=file:///%LOCAL_REPO_ROOT%/svn/ise/trunk rem set DEFAULT_ISE_SVN=svn://192.168.1.11:3698/trunk endiff rem set PATH=%PATH%;C:\cygwin64\bin set PATH=%PATH%;C:\apps\files\7-Zip