|
523 | 523 | <param name="target.path" value="${staging_folder}/work/${staging_hardware_folder}/.." /> |
524 | 524 | </antcall> |
525 | 525 |
|
526 | | - <antcall target="unzip"> |
527 | | - <param name="archive_file" value="./libastylej-2.05.1-5.zip" /> |
528 | | - <param name="archive_url" value="https://downloads.arduino.cc/libastylej-2.05.1-5.zip" /> |
529 | | - <param name="final_folder" value="${staging_folder}/libastylej-2.05.1" /> |
530 | | - <param name="dest_folder" value="${staging_folder}" /> |
531 | | - </antcall> |
532 | | - <copy file="macosx/libastylej-2.05.1/libastylej.jnilib" todir="macosx/work/${staging_hardware_folder}/../lib/" /> |
533 | | - <chmod perm="755" file="macosx/work/${staging_hardware_folder}/../lib/libastylej.jnilib" /> |
534 | | - <copy file="macosx/libastylej-2.05.1/libastylej.jnilib" tofile="macosx/work/${staging_hardware_folder}/../lib/libastylej.dylib" /> |
535 | | - <chmod perm="755" file="macosx/work/${staging_hardware_folder}/../lib/libastylej.dylib" /> |
536 | | - |
537 | 526 | <antcall target="unzip"> |
538 | 527 | <param name="archive_file" value="./liblistSerials-${LIBLISTSERIAL-VERSION}.zip" /> |
539 | 528 | <param name="archive_url" value="https://downloads.arduino.cc/liblistSerials/liblistSerials-${LIBLISTSERIAL-VERSION}.zip" /> |
|
712 | 701 | </target> |
713 | 702 |
|
714 | 703 | <target name="linux-libastyle-x86" depends="linux-build" description="Download libastyle.so for x86/x64 arch"> |
715 | | - <antcall target="unzip"> |
716 | | - <param name="archive_file" value="./libastylej-2.05.1-5.zip" /> |
717 | | - <param name="archive_url" value="https://downloads.arduino.cc/libastylej-2.05.1-5.zip" /> |
718 | | - <param name="final_folder" value="${staging_folder}/libastylej-2.05.1" /> |
719 | | - <param name="dest_folder" value="${staging_folder}" /> |
720 | | - </antcall> |
721 | | - <copy file="linux/libastylej-2.05.1/libastylej${arch-bits}.so" tofile="linux/work/lib/libastylej.so" /> |
722 | | - <chmod perm="755" file="linux/work/lib/libastylej.so" /> |
723 | | - |
724 | 704 | <antcall target="portable-${portable}"> |
725 | 705 | <param name="parentdir" value="linux/work" /> |
726 | 706 | </antcall> |
|
733 | 713 | </antcall> |
734 | 714 | <copy file="linux/liblistSerials-${LIBLISTSERIAL-VERSION}/linux${arch-bits}/liblistSerialsj.so" todir="linux/work/lib/" /> |
735 | 715 | <chmod perm="755" file="linux/work/lib/liblistSerialsj.so" /> |
736 | | - |
737 | 716 | </target> |
738 | 717 |
|
739 | 718 | <target name="linux-libastyle-arm" depends="linux-build" description="Download libastyle.so for ARM"> |
740 | | - <antcall target="unzip"> |
741 | | - <param name="archive_file" value="./libastylej-2.05.1-5.zip" /> |
742 | | - <param name="archive_url" value="https://downloads.arduino.cc/libastylej-2.05.1-5.zip" /> |
743 | | - <param name="final_folder" value="${staging_folder}/libastylej-2.05.1" /> |
744 | | - <param name="dest_folder" value="${staging_folder}" /> |
745 | | - </antcall> |
746 | | - <copy file="linux/libastylej-2.05.1/libastylej_arm.so" tofile="linux/work/lib/libastylej.so" /> |
747 | | - <chmod perm="755" file="linux/work/lib/libastylej.so" /> |
748 | | - |
749 | 719 | <antcall target="portable-${portable}"> |
750 | 720 | <param name="parentdir" value="linux/work" /> |
751 | 721 | </antcall> |
|
758 | 728 | </antcall> |
759 | 729 | <copy file="linux/liblistSerials-${LIBLISTSERIAL-VERSION}/arm/liblistSerialsj.so" todir="linux/work/lib/" /> |
760 | 730 | <chmod perm="755" file="linux/work/lib/liblistSerialsj.so" /> |
761 | | - |
762 | 731 | </target> |
763 | 732 |
|
764 | 733 | <target name="linuxarm-build" depends="linux-libastyle-arm" description="Build linux (32-bit) version"> |
|
780 | 749 | </target> |
781 | 750 |
|
782 | 751 | <target name="linux-libastyle-aarch64" depends="linux-build" description="Download libastyle.so for AArch64"> |
783 | | - <antcall target="unzip"> |
784 | | - <param name="archive_file" value="./libastylej-2.05.1-5.zip" /> |
785 | | - <param name="archive_url" value="https://downloads.arduino.cc/libastylej-2.05.1-5.zip" /> |
786 | | - <param name="final_folder" value="${staging_folder}/libastylej-2.05.1" /> |
787 | | - <param name="dest_folder" value="${staging_folder}" /> |
788 | | - </antcall> |
789 | | - <copy file="linux/libastylej-2.05.1/libastylej_aarch64.so" tofile="linux/work/lib/libastylej.so" /> |
790 | | - <chmod perm="755" file="linux/work/lib/libastylej.so" /> |
791 | | - |
792 | 752 | <antcall target="portable-${portable}"> |
793 | 753 | <param name="parentdir" value="linux/work" /> |
794 | 754 | </antcall> |
|
1100 | 1060 |
|
1101 | 1061 | <antcall target="windows-build-avr-toolchain" /> |
1102 | 1062 |
|
1103 | | - <antcall target="unzip"> |
1104 | | - <param name="archive_file" value="./libastylej-2.05.1-5.zip" /> |
1105 | | - <param name="archive_url" value="https://downloads.arduino.cc/libastylej-2.05.1-5.zip" /> |
1106 | | - <param name="final_folder" value="${staging_folder}/libastylej-2.05.1" /> |
1107 | | - <param name="dest_folder" value="${staging_folder}" /> |
1108 | | - </antcall> |
1109 | | - <copy file="windows/libastylej-2.05.1/AStylej.dll" todir="windows/work/lib" /> |
1110 | 1063 | <copy file="windows/msvcp100.dll" todir="windows/work" /> |
1111 | 1064 | <copy file="windows/msvcr100.dll" todir="windows/work" /> |
1112 | 1065 |
|
|
0 commit comments