targets/Makefile/__init__.py
author ed
Sun, 06 Dec 2009 15:55:56 +0100
changeset 455 e050ef5bd285
parent 425 f390e9fdd2cf
permissions -rwxr-xr-x
Refactoring in PLCobject, for PLC that do not use python plugin
from .. import toolchain_makefile

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