beremiz
Clone
Summary
Browse
Changes
Graph
Moved trace buffer unpacking in the IDE. Latest traced variable samples are now passed as a single string
2015-01-30, Edouard Tisserant
4a45f6642523
file is
Executable
Moved trace buffer unpacking in the IDE. Latest traced variable samples are now passed as a single string
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"]