beremiz
Clone
Summary
Browse
Changes
Graph
Runtime now unloads and cleanup PLC before exit (created threads was preventing exit)
2013-04-19, Edouard Tisserant
a220a27defe5
file is
Executable
Runtime now unloads and cleanup PLC before exit (created threads was preventing exit)
from ..toolchain_gcc import toolchain_gcc
class Win32_target(toolchain_gcc):
extension = ".dll"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lwinmm"]