beremiz
Clone
Summary
Browse
Changes
Graph
Fix bugs with ConfigTreeNode
2012-05-21, laurent
4645a3a398ad
file is
Executable
Fix bugs with ConfigTreeNode
from ..toolchain_gcc import toolchain_gcc
class Win32_target(toolchain_gcc):
extension = ".dll"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lwinmm"]