beremiz
Clone
Summary
Browse
Changes
Graph
Move CustomToolTip from GraphicCommons to controls
2013-05-23, Laurent Bessard
53e4a2b775a7
file is
Executable
Move CustomToolTip from GraphicCommons to controls
from ..toolchain_gcc import toolchain_gcc
class Win32_target(toolchain_gcc):
extension = ".dll"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lwinmm"]