targets/Makefile/__init__.py
author berem
Wed, 02 Dec 2009 10:24:09 +0100
changeset 445 1b1dc8ad2498
parent 425 f390e9fdd2cf
permissions -rwxr-xr-x
Bug when asking two consecutive times 'Show' fixed
from .. import toolchain_makefile

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