Cleaned configuration, and removed duplicated files.
This commit is contained in:
@@ -1,15 +1,12 @@
|
||||
echo Load local settings
|
||||
|
||||
REM set ISE_PLATFORM=windows
|
||||
iff not defined ISE_PLATFORM then
|
||||
set ISE_PLATFORM=win64
|
||||
endiff
|
||||
|
||||
iff not defined ISE_EIFFEL then
|
||||
set ISE_EIFFEL=C:\DEV\Eiffel\18.05_%ISE_PLATFORM%
|
||||
endiff
|
||||
|
||||
rem set ISE_EC_FLAGS=-full
|
||||
|
||||
iff not defined MYSQL then
|
||||
iff "%ISE_PLATFORM%" == "win64" then
|
||||
@@ -42,9 +39,3 @@ endiff
|
||||
rem set PATH=%PATH%;C:\cygwin64\bin
|
||||
set PATH=%PATH%;C:\apps\files\7-Zip
|
||||
|
||||
set DELIV_SKIP_ERROR="True"
|
||||
rem set DELIV_SKIP_ERROR="False"
|
||||
|
||||
|
||||
set ISE_LITE_DELIV="False"
|
||||
|
||||
|
||||
@@ -1,16 +1,12 @@
|
||||
echo Load local settings
|
||||
echo Load WINPC settings
|
||||
|
||||
REM set ISE_PLATFORM=windows
|
||||
iff not defined ISE_PLATFORM then
|
||||
set ISE_PLATFORM=win64
|
||||
endiff
|
||||
|
||||
iff not defined ISE_EIFFEL then
|
||||
set ISE_EIFFEL=C:\DEV\Eiffel\18.05_%ISE_PLATFORM%
|
||||
endiff
|
||||
|
||||
rem set ISE_EC_FLAGS=-full
|
||||
|
||||
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\
|
||||
@@ -39,10 +35,3 @@ endiff
|
||||
|
||||
rem set PATH=%PATH%;C:\cygwin64\bin
|
||||
set PATH=%PATH%;C:\apps\files\7-Zip
|
||||
|
||||
set DELIV_SKIP_ERROR="True"
|
||||
rem set DELIV_SKIP_ERROR="False"
|
||||
|
||||
|
||||
set ISE_LITE_DELIV="False"
|
||||
|
||||
|
||||
20
windows_deliv/etc/machines/local.btm
Normal file
20
windows_deliv/etc/machines/local.btm
Normal file
@@ -0,0 +1,20 @@
|
||||
echo Load local settings
|
||||
|
||||
iff exist %~dp0%COMPUTERNAME%.btm then
|
||||
call %~dp0%COMPUTERNAME%.btm
|
||||
endiff
|
||||
|
||||
:: Set default environment for any machine here.
|
||||
|
||||
iff not defined WORK_DIR then
|
||||
set WORK_DIR=%~dp0..\..\_DELIV
|
||||
endiff
|
||||
|
||||
rem set ISE_EC_FLAGS=-full
|
||||
|
||||
set DELIV_SKIP_ERROR="True"
|
||||
rem set DELIV_SKIP_ERROR="False"
|
||||
|
||||
set ISE_LITE_DELIV="False"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user