beremiz
Clone
Summary
Browse
Changes
Graph
Made python plugin comaptible with accessors
2009-12-06, ed
fd316d2babd5
file is
Executable
Made python plugin comaptible with accessors
from .. import toolchain_makefile
class Makefile_target(toolchain_makefile):
extension = ".ld"
DebugEnabled = False
def getBuilderLDFLAGS(self):
return toolchain_makefile.getBuilderLDFLAGS(self)