mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-16 11:21:18 +03:00
Updated msys-1.0.dll to the latest version for Windows 8.1 compatibility.
Removed windows/avr_tools.zip, the binary distribution is now downloaded from the Arduino repository. Fixes #1658
This commit is contained in:
@ -665,7 +665,8 @@
|
|||||||
</copy>
|
</copy>
|
||||||
|
|
||||||
<!-- Unzip AVR tools -->
|
<!-- Unzip AVR tools -->
|
||||||
<unzip dest="windows/work/hardware" src="windows/avr_tools.zip" overwrite="false"/>
|
<get src="http://downloads.arduino.cc/WinAVR-20081205-arduino-2.zip" dest="windows" usetimestamp="true" skipexisting="true" verbose="true" />
|
||||||
|
<unzip dest="windows/work/hardware" src="windows/WinAVR-20081205-arduino-2.zip" overwrite="false"/>
|
||||||
|
|
||||||
<copy todir="windows/work/hardware/tools/avr/avr/include/avr">
|
<copy todir="windows/work/hardware/tools/avr/avr/include/avr">
|
||||||
<fileset file="windows/eeprom.h" />
|
<fileset file="windows/eeprom.h" />
|
||||||
|
Binary file not shown.
Reference in New Issue
Block a user