mirror of
https://github.com/arduino/Arduino.git
synced 2025-01-18 07:52:14 +01: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:
parent
3bec9121cd
commit
fabbe45c81
@ -665,7 +665,8 @@
|
||||
</copy>
|
||||
|
||||
<!-- 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">
|
||||
<fileset file="windows/eeprom.h" />
|
||||
|
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user