beremiz
Clone
Summary
Browse
Changes
Graph
Fixed bug when defining variable type as explicit array in VariablePanel
2013-12-05, Laurent Bessard
10ac2b18437b
file is
Executable
Fixed bug when defining variable type as explicit array in VariablePanel
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"]