peplin / arduino.mk

DEPRECATED FORK: Arduino Makefile with chipKIT support
http://christopherpeplin.com/2011/12/chipkit-arduino-makefile/
GNU Lesser General Public License v2.1
11 stars 4 forks source link

Variant with main.cpp as Solution for issue #10 #13

Closed rei-vilo closed 12 years ago

rei-vilo commented 12 years ago

Comment on line 272 LOCAL_PDE_SRCS = $(wildcard *.pde) solves issue #10.

A main.cpp file with #include "Sketch.pde" allows code-sense on Xcode 4.

peplin commented 12 years ago

Hey, thanks - unfortunately this breaks the build for those of us that do want to include a standard .pde without a main().