1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-08-05 13:16:13 +03:00

Merge branch 'ide-1.5.x' of github.com:arduino/Arduino into ide-1.5.x

This commit is contained in:
Cristian Maglie
2015-01-20 15:50:25 +01:00
22 changed files with 452 additions and 0 deletions

View File

@@ -721,6 +721,8 @@
<param name="dest_folder" value="${staging_folder}" />
</antcall>
<copy file="windows/libastylej/AStylej.dll" todir="windows/work/lib" />
<copy file="windows/msvcp100.dll" todir="windows/work" />
<copy file="windows/msvcr100.dll" todir="windows/work" />
<!-- Copy bossac.exe tool -->
<copy todir="windows/work/hardware/tools">

BIN
build/windows/msvcp100.dll Normal file

Binary file not shown.

BIN
build/windows/msvcr100.dll Normal file

Binary file not shown.