beremiz
Clone
Summary
Browse
Changes
Graph
WAMP : prefix callee names with given ID so that multiple PLC and IDE can join the same realm
2015-02-09, Edouard Tisserant
ff8a22d45c44
file is
Executable
WAMP : prefix callee names with given ID so that multiple PLC and IDE can join the same realm
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"]