beremiz
Clone
Summary
Browse
Changes
Graph
Clean Config Tree Node children list by type after removing one child
2013-04-15, Laurent Bessard
1eec9b855e47
file is
Executable
Clean Config Tree Node children list by type after removing one child
from ..toolchain_gcc import toolchain_gcc
class Win32_target(toolchain_gcc):
extension = ".dll"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lwinmm"]