targets/Makefile/__init__.py
author Edouard TISSERANT <edouard.tisserant@gmail.com>
Sun, 06 Dec 2009 23:05:47 +0100
changeset 466 11263fd24566
parent 425 f390e9fdd2cf
permissions -rwxr-xr-x
Fixed remaining thread on close frame
from .. import toolchain_makefile

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