beremiz
Clone
Summary
Browse
Changes
Graph
Fixed support for drawing instance path at a fixed position in Viewer debug mode on Windows
2013-06-03, Laurent Bessard
d22fcdfae8d0
file is
Executable
Fixed support for drawing instance path at a fixed position in Viewer debug mode on Windows
from ..toolchain_gcc import toolchain_gcc
class Win32_target(toolchain_gcc):
extension = ".dll"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lwinmm"]