Moved under "windows" dir.
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
iff exist %~dp0local.btm then
|
||||
call %~dp0local.btm
|
||||
endiff
|
||||
|
||||
iff not defined STUDIO_VERSION_MAJOR_MINOR then
|
||||
set STUDIO_VERSION_MAJOR_MINOR=18.05
|
||||
endiff
|
||||
iff not defined WORK_DIR then
|
||||
set WORK_DIR=C:\work
|
||||
endiff
|
||||
|
||||
@@ -0,0 +1,18 @@
|
||||
iff not defined WORK_DIR then
|
||||
set WORK_DIR=M:\work
|
||||
endiff
|
||||
iff not defined DEFAULT_PUBLIC_SVN then
|
||||
set DEFAULT_PUBLIC_SVN=https://svn.eiffel.com/eiffelstudio/trunk
|
||||
set DEFAULT_PUBLIC_SVN=file:///B:/ise/repos/mirrors/svn/eiffelstudio/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:///B:/ise/repos/mirrors/svn/ise/trunk
|
||||
endiff
|
||||
iff not defined PUBLIC_SVN_REVISION then
|
||||
set PUBLIC_SVN_REVISION=HEAD
|
||||
endiff
|
||||
iff not defined ISE_C_COMPILER_VER then
|
||||
set ISE_C_COMPILER_VER=WSDK71
|
||||
set ISE_C_COMPILER_VER=VC140
|
||||
endiff
|
||||
Reference in New Issue
Block a user