beremiz
Clone
Summary
Browse
Changes
Graph
Now test/python also demonstrate large C pragmas in ST, accessing complex types
2012-10-19, Edouard Tisserant
980800a5aad0
file is
Executable
Now test/python also demonstrate large C pragmas in ST, accessing complex types
from ..toolchain_gcc import toolchain_gcc
class Win32_target(toolchain_gcc):
extension = ".dll"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lwinmm"]