beremiz
Clone
Summary
Browse
Changes
Graph
Fixed Xenomai target according to new xmlclass
2013-09-24, Laurent Bessard
a2b1af39385c
file is
Executable
Fixed Xenomai target according to new xmlclass
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"]