targets/LPC/__init__.py
author Edouard TISSERANT <edouard.tisserant@gmail.com>
Wed, 16 Dec 2009 14:51:28 +0100
changeset 525 e43bc748d1fe
parent 508 73ecb803d8af
child 538 ad05f27222cd
permissions -rwxr-xr-x
LPCobject writes PLC info string to stdout, for LPC composer to update
from .. import toolchain_makefile

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