beremiz
Clone
Summary
Browse
Changes
Graph
Fixed bug with direct array variable type definition
2013-09-05, Laurent Bessard
1ff1cdf6c318
file is
Executable
Fixed bug with direct array variable type definition
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"]