targets/Makefile/__init__.py
author laurent
Mon, 26 Oct 2009 11:20:16 +0100
changeset 429 1a5471e81a93
parent 425 f390e9fdd2cf
permissions -rwxr-xr-x
Adding support for asking for saving while trying to close a modified project in any case
from .. import toolchain_makefile

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