beremiz
Clone
Summary
Browse
Changes
Graph
fix issue, that was impossible to change time interval for cyclic
2016-04-22, Andrey Skvortsov
8626bba4b2a8
file is
Executable
fix issue, that was impossible to change time interval for cyclic
tasks, when wx 3.0 is used
from ..toolchain_gcc import toolchain_gcc
class Win32_target(toolchain_gcc):
dlopen_prefix = ""
extension = ".dll"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lwinmm"]