Added etc local profile files.

This commit is contained in:
2018-05-17 15:45:57 +02:00
parent f541aee45f
commit 3f989fed20
130 changed files with 50465 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
remtrace Compiling EiffelBuild
REM Should be called by `make_exes.btm'
cdd %EIFFEL_SRC
cdd %EIFFEL_SRC\build\Constants
set_version %EIFFEL_SRC 0000 gb_about_dialog_constants.e
cdd %EIFFEL_SRC/build
clean_project
finalize esbuilder.ecf
cleanup_eiffel esbuilder esbuilder.exe
iff not exist esbuilder.exe then
remtrace Could not finalize a new EiffelBuild
CANCEL
else
move esbuilder.exe %STUDIO_DIR\esbuilder\spec\%ISE_PLATFORM\bin\
endiff