1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-30 16:24:09 +03:00

Fixed compiling on windows

This commit is contained in:
Cristian Maglie
2012-04-02 18:30:53 +02:00
parent f83cd2f3e7
commit b7c8b3ea74
3 changed files with 9 additions and 0 deletions

View File

@ -462,6 +462,14 @@
<fileset file="windows/eeprom.h" />
</copy>
<!-- Copy bossac.exe tool -->
<copy todir="windows/work/hardware/tools">
<fileset file="windows/bossac.exe" />
</copy>
<chmod perm="755">
<fileset file="windows/work/hardware/tools/bossac.exe" />
</chmod>
<antcall target="assemble">
<param name="target.path" value="windows/work" />
</antcall>

0
build/windows/bossac.exe Normal file → Executable file
View File