1
0
mirror of https://github.com/arduino/Arduino.git synced 2025-01-29 18:52:13 +01:00

Updating arduino-builder to 1.0.0-beta8

This commit is contained in:
Federico Fissore 2015-09-18 13:32:25 +02:00
parent 8a4fd0e6a2
commit 3030a5c57a
10 changed files with 6 additions and 6 deletions

View File

@ -1 +0,0 @@
0d195c1aa387c58a4e77b3221ddcb38127fd2705

View File

@ -0,0 +1 @@
7be60cdbdbd2d7d5d836ca985ea7d13326411065

View File

@ -1 +0,0 @@
a892b647317a69724c41ac7b48f6f87b72c72061

View File

@ -0,0 +1 @@
26b1c878cfa15e3b129b99de81687b79136ffea0

View File

@ -1 +0,0 @@
b3fb4ddeafe3f2fd20364721808e1b704b0f6127

View File

@ -0,0 +1 @@
53b289ef85dfdd75c708b0f29763397e94818e06

View File

@ -1 +0,0 @@
06f16ec837f95b51ccf4a99f6bc1be83ca25c5d8

View File

@ -0,0 +1 @@
11de910f70149ce50123d4c6175e164175e92a75

View File

@ -71,7 +71,7 @@
</or>
</condition>
<property name="ARDUINO-BUILDER-VERSION" value="1.0.0-beta7" />
<property name="ARDUINO-BUILDER-VERSION" value="1.0.0-beta8" />
<property name="TEMBOO-LIB-VERSION" value="1.1.3" />
<!-- Libraries required for running arduino -->

View File

@ -83,7 +83,7 @@ recipe.size.regex.eeprom=^(?:\.eeprom)\s+([0-9]+).*
## Preprocessor
preproc.includes.flags=-w -x c++ -M -MG -MP
recipe.preproc.includes="{compiler.path}{compiler.cpp.cmd}" {compiler.cpp.flags} {preproc.includes.flags} -mmcu={build.mcu} -DF_CPU={build.f_cpu} -DARDUINO={runtime.ide.version} -DARDUINO_{build.board} -DARDUINO_ARCH_{build.arch} {compiler.cpp.extra_flags} {build.extra_flags} "{source_file}"
recipe.preproc.includes="{compiler.path}{compiler.cpp.cmd}" {compiler.cpp.flags} {preproc.includes.flags} -mmcu={build.mcu} -DF_CPU={build.f_cpu} -DARDUINO={runtime.ide.version} -DARDUINO_{build.board} -DARDUINO_ARCH_{build.arch} {compiler.cpp.extra_flags} {build.extra_flags} {includes} "{source_file}"
preproc.macros.flags=-w -x c++ -E -CC
recipe.preproc.macros="{compiler.path}{compiler.cpp.cmd}" {compiler.cpp.flags} {preproc.macros.flags} -mmcu={build.mcu} -DF_CPU={build.f_cpu} -DARDUINO={runtime.ide.version} -DARDUINO_{build.board} -DARDUINO_ARCH_{build.arch} {compiler.cpp.extra_flags} {build.extra_flags} {includes} "{source_file}"