targets/LPC/__init__.py
author laurent
Wed, 09 Dec 2009 09:44:17 +0100
changeset 486 2e0fe44044b3
parent 478 029688dad14d
child 489 e3adb9f63171
permissions -rwxr-xr-x
Catch Pyro exception when connection closed and print message
from .. import toolchain_makefile

class Makefile_target(toolchain_makefile):
    extension = ".ld"
    DebugEnabled = False
    def getBuilderLDFLAGS(self):
        return toolchain_makefile.getBuilderLDFLAGS(self)