moved wizard under tools/estudio_wizard
This commit is contained in:
15
tools/estudio_wizard/install_ise_wizard.sh
Normal file
15
tools/estudio_wizard/install_ise_wizard.sh
Normal file
@@ -0,0 +1,15 @@
|
||||
#!/bin/sh
|
||||
|
||||
mkdir tmp
|
||||
ecb -config ewf_ise_wizard-safe.ecf -target gui_wizard -finalize -c_compile -project_path tmp
|
||||
mkdir -p spec/$ISE_PLATFORM
|
||||
mv tmp/EIFGENs/wizard/F_code/wizard spec/$ISE_PLATFORM/wizard
|
||||
rm -rf tmp
|
||||
|
||||
WIZ_TARGET=$ISE_EIFFEL/studio/wizards/new_projects/ewf
|
||||
rm -rf $WIZ_TARGET
|
||||
mkdir $WIZ_TARGET
|
||||
cp -r resources $WIZ_TARGET/resources
|
||||
cp -r spec $WIZ_TARGET/spec
|
||||
cp ewf.dsc $WIZ_TARGET/../ewf.dsc
|
||||
rm -rf spec
|
||||
Reference in New Issue
Block a user