beremiz
Clone
Summary
Browse
Changes
Graph
Bug when creating new project after opening Beremiz without project defined fixed
2009-12-10, laurent
db09e417e342
file is
Executable
Bug when creating new project after opening Beremiz without project defined fixed
from .. import toolchain_makefile
class LPC_target(toolchain_makefile):
extension = ".ld"
DebugEnabled = False
def getBuilderLDFLAGS(self):
return toolchain_makefile.getBuilderLDFLAGS(self)