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