Simplified file names, and harmonized with estudio wizards.

This commit is contained in:
2015-06-12 12:56:46 +02:00
parent 9e336deb49
commit c2d3ea6138
5 changed files with 2 additions and 4 deletions

View File

@@ -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%

View File

@@ -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