beremiz
Clone
Summary
Browse
Changes
Graph
Fix bug when deleting conf tree node and conf tree node editor opened for this same node
2012-06-25, laurent
70632f4612a1
file is
Executable
Fix bug when deleting conf tree node and conf tree node editor opened for this same node
from ..toolchain_gcc import toolchain_gcc
class Win32_target(toolchain_gcc):
extension = ".dll"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lwinmm"]