added helper scripts
This commit is contained in:
11
windows_deliv/bin/install_from_7z.bat
Normal file
11
windows_deliv/bin/install_from_7z.bat
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
echo Remove Eiffel_*.*
|
||||||
|
rd /q/s Eiffel_%1
|
||||||
|
|
||||||
|
echo Extract archive
|
||||||
|
%~dp07z x %2
|
||||||
|
|
||||||
|
echo remove junction eiffel_win64
|
||||||
|
c:\apps\bin\junction -d eiffel_win64
|
||||||
|
|
||||||
|
echo create new junction
|
||||||
|
c:\apps\bin\junction eiffel_win64 Eiffel_%1
|
||||||
5
windows_deliv/bin/setup.bat
Normal file
5
windows_deliv/bin/setup.bat
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
set ISE_EIFFEL=%CD%\eiffel_win64
|
||||||
|
set ISE_PLATFORM=win64
|
||||||
|
set ISE_C_COMPILER=msc_vc140
|
||||||
|
|
||||||
|
set PATH=%PATH%;%ISE_EIFFEL%\studio\spec\%ISE_PLATFORM%\bin
|
||||||
Reference in New Issue
Block a user