beremiz
Clone
Summary
Browse
Changes
Graph
Fixed bug with return type in elements that don't need return type tree and dimension
2013-09-10, Laurent Bessard
85ca4fa0720b
file is
Executable
Fixed bug with return type in elements that don't need return type tree and dimension
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"]