beremiz
Clone
Summary
Browse
Changes
Graph
Fixed bug when drag'n dropping global in function variable panel (not possible according to standard)
2013-05-14, Laurent Bessard
80a91fc91595
file is
Executable
Fixed bug when drag'n dropping global in function variable panel (not possible according to standard)
from ..toolchain_gcc import toolchain_gcc
class Win32_target(toolchain_gcc):
extension = ".dll"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lwinmm"]