Arduino-Makefile/arduino-mk
Matthijs Kooijman 1f043bb819 Compile .ino and .pde files directly
Before, they were copied to a .cpp file to add the Arduino.h/WProgram.h
include. However, this would cause the compiler error messages to not refer to
the right filename, making it hard to use the compiler output in an editor like
vim to point out errors.

By using gcc's -include option, there is no need to modify the ino/pde
file before compiling. However, we will need to explicitely tell gcc
that the source file is c++, because of the non-standard extensions.
2013-05-30 19:27:11 +02:00
..
Arduino.mk Compile .ino and .pde files directly 2013-05-30 19:27:11 +02:00
licence.txt Initial NWO check in 2012-02-28 09:06:56 +00:00