beremiz
Clone
Summary
Browse
Changes
Graph
Adding support for asking for saving while trying to close a modified project in any case
2009-10-26, laurent
1a5471e81a93
file is
Executable
Adding support for asking for saving while trying to close a modified project in any case
from .. import toolchain_makefile
class Makefile_target(toolchain_makefile):
extension = ".ld"
DebugEnabled = False
def getBuilderLDFLAGS(self):
return toolchain_makefile.getBuilderLDFLAGS(self)