beremiz
Clone
Summary
Browse
Changes
Graph
Better PLC log message time stamp display. Better console information when connecting.
2013-02-03, Edouard Tisserant
60fafd828a30
file is
Executable
Better PLC log message time stamp display. Better console information when connecting.
from ..toolchain_gcc import toolchain_gcc
class Win32_target(toolchain_gcc):
extension = ".dll"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lwinmm"]