beremiz
Clone
Summary
Browse
Changes
Graph
Adding support for push buttons (EVT_LEFT_DOWN is bind instead of EVT_BUTTON)
2012-06-11, laurent
36e823a90d94
file is
Executable
Adding support for push buttons (EVT_LEFT_DOWN is bind instead of EVT_BUTTON)
from ..toolchain_gcc import toolchain_gcc
class Win32_target(toolchain_gcc):
extension = ".dll"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lwinmm"]