Updated EWF estudio wizard.

This commit is contained in:
2015-06-12 12:43:54 +02:00
parent 0160ce05dd
commit 9e336deb49
6 changed files with 38 additions and 24 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
#!/bin/sh
mkdir tmp
ecb -config ewf_ise_wizard-safe.ecf -target gui_wizard -finalize -c_compile -project_path tmp
ecb -config ewf_ise_wizard-safe.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