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,26 @@
mkdir %STUDIO_DIR\wizards\com\resources
safe_copy %EIFFEL_SRC\tools\com_wizard\root\resources\*.* %STUDIO_DIR\wizards\com\resources
remtrace Compile the COM wizard
cdd %EIFFEL_SRC\tools\com_wizard\root
set_version %EIFFEL_SRC 0000 argument_parser.e
clean_project
finalize com_wizard.ecf
cleanup_eiffel com_wizard com_wizard.exe
iff not exist com_wizard.exe then
echo "Couldnt generate the COM wizard"
CANCEL
endiff
move com_wizard.exe %STUDIO_DIR\wizards\com
clean_project
remtrace Compile COM wizard launcher for GUI mode.
cdd %EIFFEL_SRC\tools\com_wizard\launcher
finalize com_wizard_launcher.ecf
cleanup_eiffel com_wizard_launcher com_wizard_launcher.exe
iff not exist com_wizard_launcher.exe then
echo "Couldnt compile com_wizard_launcher.exe"
CANCEL
endiff
move com_wizard_launcher.exe %STUDIO_DIR\wizards\com