beremiz
Clone
Summary
Browse
Changes
Graph
Refactoring in PLCobject, for PLC that do not use python plugin
2009-12-06, ed
e050ef5bd285
file is
Executable
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)