Skip to content

Commit 4eddad0

Browse files
committed
Updated script to install wizard in current EiffelStudio installation.
1 parent 1b9aa0c commit 4eddad0

File tree

5 files changed

+3
-2
lines changed

5 files changed

+3
-2
lines changed

tools/ise_wizard/ewf_ise_wizard-safe.ecf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
</file_rule>
3131
<option warning="true" full_class_checking="true" is_attached_by_default="true" void_safety="all" syntax="standard">
3232
</option>
33+
<setting name="console_application" value="false"/>
3334
<setting name="concurrency" value="none"/>
3435
<library name="base" location="$ISE_LIBRARY\library\base\base-safe.ecf"/>
3536
<library name="gui_wizard" location="lib\wizard\estudio_gui_wizard-safe.ecf" readonly="false"/>

tools/ise_wizard/install_ise_wizard.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
setlocal
22

33
set TMP_ROOTDIR=%~dp0rootdir
4-
set TMP_TARGETNAME=wizard
4+
set TMP_TARGETNAME=gui_wizard
55

66
set WIZ_TARGET=%ISE_EIFFEL%\studio\wizards\new_projects\ewf
77
rd /q/s %WIZ_TARGET%

tools/ise_wizard/install_ise_wizard.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
mkdir tmp
4-
ecb -config ewf_ise_wizard-safe.ecf -target wizard -finalize -c_compile -project_path tmp
4+
ecb -config ewf_ise_wizard-safe.ecf -target gui_wizard -finalize -c_compile -project_path tmp
55
mkdir -p spec/$ISE_PLATFORM
66
mv tmp/EIFGENs/wizard/F_code/wizard spec/$ISE_PLATFORM/wizard
77
rm -rf tmp

0 commit comments

Comments
 (0)