beremiz
Clone
Summary
Browse
Changes
Graph
Fixed refresh bug when activating element in instance variables list
2013-07-11, Laurent Bessard
358db9d64aa1
file is
Executable
Fixed refresh bug when activating element in instance variables list
from ..toolchain_gcc import toolchain_gcc
class Win32_target(toolchain_gcc):
extension = ".dll"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lwinmm"]