beremiz
Clone
Summary
Browse
Changes
Graph
Fixed CodeFileEditor allowing to have no line of code between two section headers
2013-05-10, Laurent Bessard
1aef6a7db08d
file is
Executable
Fixed CodeFileEditor allowing to have no line of code between two section headers
from ..toolchain_gcc import toolchain_gcc
class Win32_target(toolchain_gcc):
extension = ".dll"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lwinmm"]