targets/Makefile/__init__.py
author laurent
Sun, 29 Nov 2009 16:32:52 +0100
changeset 438 6d73b097efb5
parent 425 f390e9fdd2cf
permissions -rwxr-xr-x
Bug when trying to hide SVG elements fixed
from .. import toolchain_makefile

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