beremiz
Clone
Summary
Browse
Changes
Graph
Updated CF bootup strategy.
2012-06-19, Edouard Tisserant
4f9e6d9a3d98
file is
Executable
Updated CF bootup strategy.
from ..toolchain_gcc import toolchain_gcc
class Win32_target(toolchain_gcc):
extension = ".dll"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lwinmm"]