20 lines
899 B
Diff
20 lines
899 B
Diff
--- build/build.xml.orig 2015-12-15 10:07:28.947037415 +0100
|
|
+++ build/build.xml 2015-12-15 10:07:41.416037987 +0100
|
|
@@ -836,16 +836,6 @@
|
|
|
|
<antcall target="windows-build-avr-toolchain" />
|
|
|
|
- <antcall target="unzip">
|
|
- <param name="archive_file" value="./libastylej-2.05.1.zip" />
|
|
- <param name="archive_url" value="http://downloads.arduino.cc/libastylej-2.05.1.zip" />
|
|
- <param name="final_folder" value="${staging_folder}/libastylej-2.05.1" />
|
|
- <param name="dest_folder" value="${staging_folder}" />
|
|
- </antcall>
|
|
- <copy file="windows/libastylej-2.05.1/AStylej.dll" todir="windows/work/lib" />
|
|
- <copy file="windows/msvcp100.dll" todir="windows/work" />
|
|
- <copy file="windows/msvcr100.dll" todir="windows/work" />
|
|
-
|
|
<!-- Copy listComPort.exe tool -->
|
|
<copy todir="windows/work/hardware/tools">
|
|
<fileset file="windows/listComPorts.exe" />
|