beremiz
Clone
Summary
Browse
Changes
Graph
Added PLCID variable accessible from C side, set with binarie's MD5. Added retain init and cleanup calls. Extended tests/python to test PLCID
2015-03-13, Edouard Tisserant
ff7cfce737ca
file is
Executable
Added PLCID variable accessible from C side, set with binarie's MD5. Added retain init and cleanup calls. Extended tests/python to test PLCID
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"]