added helper scripts

This commit is contained in:
2019-03-04 20:45:11 +00:00
parent fd4c4ea098
commit eec43c3fd7
2 changed files with 16 additions and 0 deletions

View 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

View 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