17 lines
441 B
Plaintext
17 lines
441 B
Plaintext
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
|