beremiz
Clone
Summary
Browse
Changes
Graph
Fixed bug FBD variable execution not set when newly created
2013-06-12, Laurent Bessard
2f08985625c0
file is
Executable
Fixed bug FBD variable execution not set when newly created
from ..toolchain_gcc import toolchain_gcc
class Win32_target(toolchain_gcc):
extension = ".dll"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lwinmm"]