beremiz
Clone
Summary
Browse
Changes
Graph
Added support for updating model when broken connection is detected in Viewer
2013-05-14, Laurent Bessard
519a21ddbc40
file is
Executable
Added support for updating model when broken connection is detected in Viewer
from ..toolchain_gcc import toolchain_gcc
class Win32_target(toolchain_gcc):
extension = ".dll"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lwinmm"]