targets/LPC/__init__.py
author laurent
Sat, 12 Dec 2009 20:49:07 +0100
changeset 509 aa5645a25d64
parent 508 73ecb803d8af
child 538 ad05f27222cd
permissions -rwxr-xr-x
Bug not refreshing FileMenu when saving fixed
from .. import toolchain_makefile

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