beremiz

Fixed typo PLCobject C fallback interface

2009-12-07, Edouard TISSERANT
11638e373a65
file isExecutable
Fixed typo PLCobject C fallback interface
from .. import toolchain_makefile
class Makefile_target(toolchain_makefile):
extension = ".ld"
DebugEnabled = False
def getBuilderLDFLAGS(self):
return toolchain_makefile.getBuilderLDFLAGS(self)