beremiz
Clone
Summary
Browse
Changes
Graph
Fixed bug when closing Beremiz and grid editor is shown on Windows
2013-02-27, Laurent Bessard
bf896711921c
file is
Executable
Fixed bug when closing Beremiz and grid editor is shown on Windows
from ..toolchain_gcc import toolchain_gcc
class Win32_target(toolchain_gcc):
extension = ".dll"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lwinmm"]