The code is saved with this option enabled:
Code:
// if the below "#define"s are commented out, code will compile for an AtMega328-series processor
//#define ArduinoMega2560 true
#define TinkerkitLCDmodule true
That's at line 225. If you're compiling to an Arduino Mega2560, you'll need to comment out the "#define TinkerKitLCDmodule". If you're compiling to a base MPGuino board (or an Arduino Uno, or anything else), you'll need to comment out both #defines. Also, ensure that the Arduino 1.0.5 environment is set to compile to your target device.
Also, scroll down from line 225, read the comments, and comment out (or uncomment) the #defines for the other desired options.
Let me know how it goes.