beremiz
Clone
Summary
Browse
Changes
Graph
Added wiimote input example using python-cwiid and python PLC global variable access
2013-05-16, Edouard Tisserant
72d14a74c643
file is
Executable
Added wiimote input example using python-cwiid and python PLC global variable access
from ..toolchain_gcc import toolchain_gcc
class Win32_target(toolchain_gcc):
extension = ".dll"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lwinmm"]