beremiz
Clone
Summary
Browse
Changes
Graph
Fixed connections of block when changing block type
2013-04-23, Laurent Bessard
ef514eaacd8c
file is
Executable
Fixed connections of block when changing block type
from ..toolchain_gcc import toolchain_gcc
class Win32_target(toolchain_gcc):
extension = ".dll"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lwinmm"]