beremiz
Clone
Summary
Browse
Changes
Graph
Fixed bug when drag'n dropping variables from left panel
2013-02-28, Laurent Bessard
c1f901403a34
file is
Executable
Fixed bug when drag'n dropping variables from left panel
from ..toolchain_gcc import toolchain_gcc
class Win32_target(toolchain_gcc):
extension = ".dll"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lwinmm"]