From c2d3ea6138782f086d789e42dd3d5ef11262c21c Mon Sep 17 00:00:00 2001 From: Jocelyn Fiat Date: Fri, 12 Jun 2015 12:56:46 +0200 Subject: [PATCH] Simplified file names, and harmonized with estudio wizards. --- .../{ewf_ise_console_wizard-safe.ecf => console_wizard.ecf} | 0 tools/estudio_wizard/install_ise_wizard.bat | 2 +- tools/estudio_wizard/install_ise_wizard.sh | 2 +- tools/estudio_wizard/{ewf_ise_wizard-safe.ecf => wizard.ecf} | 0 tools/install_ewf.bat | 2 -- 5 files changed, 2 insertions(+), 4 deletions(-) rename tools/estudio_wizard/{ewf_ise_console_wizard-safe.ecf => console_wizard.ecf} (100%) rename tools/estudio_wizard/{ewf_ise_wizard-safe.ecf => wizard.ecf} (100%) diff --git a/tools/estudio_wizard/ewf_ise_console_wizard-safe.ecf b/tools/estudio_wizard/console_wizard.ecf similarity index 100% rename from tools/estudio_wizard/ewf_ise_console_wizard-safe.ecf rename to tools/estudio_wizard/console_wizard.ecf diff --git a/tools/estudio_wizard/install_ise_wizard.bat b/tools/estudio_wizard/install_ise_wizard.bat index 1172efde..d70071f7 100644 --- a/tools/estudio_wizard/install_ise_wizard.bat +++ b/tools/estudio_wizard/install_ise_wizard.bat @@ -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% diff --git a/tools/estudio_wizard/install_ise_wizard.sh b/tools/estudio_wizard/install_ise_wizard.sh index 9b5496ea..23fca6a5 100644 --- a/tools/estudio_wizard/install_ise_wizard.sh +++ b/tools/estudio_wizard/install_ise_wizard.sh @@ -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 diff --git a/tools/estudio_wizard/ewf_ise_wizard-safe.ecf b/tools/estudio_wizard/wizard.ecf similarity index 100% rename from tools/estudio_wizard/ewf_ise_wizard-safe.ecf rename to tools/estudio_wizard/wizard.ecf diff --git a/tools/install_ewf.bat b/tools/install_ewf.bat index 8d345df9..403d95b1 100644 --- a/tools/install_ewf.bat +++ b/tools/install_ewf.bat @@ -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