Simplified file names, and harmonized with estudio wizards.
This commit is contained in:
@@ -12,7 +12,7 @@ move %WIZ_TARGET%\ewf.dsc %WIZ_TARGET%\..\ewf.dsc
|
||||
|
||||
rd /q/s tmp
|
||||
mkdir tmp
|
||||
ecb -config ewf_ise_wizard-safe.ecf -target %TMP_TARGETNAME% -finalize -c_compile -project_path tmp
|
||||
ecb -config wizard.ecf -target %TMP_TARGETNAME% -finalize -c_compile -project_path tmp
|
||||
rd /q/s %WIZ_TARGET%\spec
|
||||
mkdir %WIZ_TARGET%\spec
|
||||
mkdir %WIZ_TARGET%\spec\%ISE_PLATFORM%
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
mkdir tmp
|
||||
ecb -config ewf_ise_wizard-safe.ecf -target wizard -finalize -c_compile -project_path tmp
|
||||
ecb -config wizard.ecf -target 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
|
||||
|
||||
@@ -77,8 +77,6 @@ echo Install EWF wizard
|
||||
%COPYCMD% %TMP_DIR%\tools\estudio_wizard %TMP_TARGET_DIR%\help\wizards\ewf
|
||||
rename %TMP_TARGET_DIR%\help\wizards\ewf\install_ise_wizard.bat %TMP_TARGET_DIR%\help\wizards\ewf\install.bat
|
||||
rename %TMP_TARGET_DIR%\help\wizards\ewf\install_ise_wizard.sh %TMP_TARGET_DIR%\help\wizards\ewf\install.sh
|
||||
rename %TMP_TARGET_DIR%\help\wizards\ewf\ewf_ise_wizard-safe.ecf %TMP_TARGET_DIR%\help\wizards\ewf\wizard.ecf
|
||||
rename %TMP_TARGET_DIR%\help\wizards\ewf\ewf_ise_console_wizard-safe.ecf %TMP_TARGET_DIR%\help\wizards\ewf\console_wizard.ecf
|
||||
%SAFE_MD% %TMP_TARGET_DIR%\help\wizards\ewf\rootdir\pixmaps
|
||||
%SAFE_MD% %TMP_TARGET_DIR%\help\wizards\ewf\rootdir\templates
|
||||
|
||||
|
||||
Reference in New Issue
Block a user