beremiz
Clone
Summary
Browse
Changes
Graph
Fixed bug when pasting element with an odd width or height
2013-10-16, Laurent Bessard
324767a092dc
file is
Executable
Fixed bug when pasting element with an odd width or height
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"]