beremiz
Clone
Summary
Browse
Changes
Graph
Fix bug in debugger when transfer without having build before and and opening debug view before running PLC
2012-03-28, laurent
6880c88e499e
file is
Executable
Fix bug in debugger when transfer without having build before and and opening debug view before running PLC
from ..toolchain_gcc import toolchain_gcc
class Win32_target(toolchain_gcc):
extension = ".dll"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lwinmm"]