beremiz
Clone
Summary
Browse
Changes
Graph
Fix bug Variable and Continuation BoundingBox not refreshed when using Type modification shortcuts
2012-10-31, Laurent Bessard
8737f1554494
file is
Executable
Fix bug Variable and Continuation BoundingBox not refreshed when using Type modification shortcuts
from ..toolchain_gcc import toolchain_gcc
class Win32_target(toolchain_gcc):
extension = ".dll"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lwinmm"]