targets/Makefile/__init__.py
author laurent
Thu, 22 Oct 2009 17:20:24 +0200
changeset 426 3f285782ac9b
parent 425 f390e9fdd2cf
permissions -rwxr-xr-x
Bugs with TextCtrlAutoComplete on Windows fixed
from .. import toolchain_makefile

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