targets/LPC/__init__.py
author tkragelj
Wed, 16 Dec 2009 14:12:47 +0100
changeset 526 68375ccdf968
parent 508 73ecb803d8af
child 538 ad05f27222cd
permissions -rwxr-xr-x
Added flush when printing to standard output.
from .. import toolchain_makefile

class LPC_target(toolchain_makefile):
    extension = ".ld"
    DebugEnabled = False