targets/Makefile/__init__.py
author edouard
Mon, 07 Dec 2009 13:55:13 +0100
changeset 469 a6a9b59636d8
parent 425 f390e9fdd2cf
permissions -rwxr-xr-x
Propagated new runtime changes to win32 target
from .. import toolchain_makefile

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