beremiz
Clone
Summary
Browse
Changes
Graph
Added support for excluding code section headers to be modified in CodeFileEditor
2013-05-09, Laurent Bessard
017cd95bc07e
file is
Executable
Added support for excluding code section headers to be modified in CodeFileEditor
from ..toolchain_gcc import toolchain_gcc
class Win32_target(toolchain_gcc):
extension = ".dll"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lwinmm"]