1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-08-09 22:24:14 +03:00

Fine tuned libraries search. Reintroduced ./libraries folder for shipped

platform independent libraries.
This commit is contained in:
Cristian Maglie
2012-01-09 18:20:55 +01:00
parent 57b8713cab
commit b7c54b79d7
5 changed files with 155 additions and 154 deletions

View File

@@ -81,6 +81,11 @@
<fileset dir="shared/tools" />
</copy>
<!-- copy library folder -->
<copy todir="${target.path}/libraries">
<fileset dir="../libraries" />
</copy>
<!-- copy hardware folder -->
<copy todir="${target.path}/hardware">
<fileset dir="../hardware" />