targets/LPC/__init__.py
author laurent
Tue, 08 Dec 2009 12:54:28 +0100
changeset 478 029688dad14d
parent 425 targets/Makefile/__init__.py@f390e9fdd2cf
child 489 e3adb9f63171
permissions -rwxr-xr-x
Replacing target_Makefile by target_LPC
Making Beremiz accept folder instead of xml file for project
Removing Clean button
from .. import toolchain_makefile

class Makefile_target(toolchain_makefile):
    extension = ".ld"
    DebugEnabled = False
    def getBuilderLDFLAGS(self):
        return toolchain_makefile.getBuilderLDFLAGS(self)