Moved under "windows" dir.

This commit is contained in:
2018-05-13 14:10:59 +02:00
parent d1ee124c01
commit f541aee45f
117 changed files with 0 additions and 0 deletions
+16
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