beremiz
Clone
Summary
Browse
Changes
Graph
Modifying canfestival plugin to following the new Beremiz confnode paradigm
2012-06-08, laurent
aaacc83aa86b
file is
Executable
Modifying canfestival plugin to following the new Beremiz confnode paradigm
from ..toolchain_gcc import toolchain_gcc
class Win32_target(toolchain_gcc):
extension = ".dll"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lwinmm"]