beremiz
Clone
Summary
Browse
Changes
Graph
Fixed 'python shell' failure from runtime tray icon menu in some case, when PLC init failed
2013-03-05, Edouard Tisserant
c838c50f8946
file is
Executable
Fixed 'python shell' failure from runtime tray icon menu in some case, when PLC init failed
from ..toolchain_gcc import toolchain_gcc
class Win32_target(toolchain_gcc):
extension = ".dll"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lwinmm"]