targets/LPC/__init__.py
author laurent
Wed, 16 Dec 2009 15:07:47 +0100
changeset 529 ffe0fba7e427
parent 508 73ecb803d8af
child 538 ad05f27222cd
permissions -rwxr-xr-x
Bug when try to SaveAs on Windows fixed
from .. import toolchain_makefile

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