beremiz
Clone
Summary
Browse
Changes
Graph
Fix bug in TextViewer when starting text with '{' character
2012-10-18, Laurent Bessard
daafaa8a28fd
file is
Executable
Fix bug in TextViewer when starting text with '{' character
from ..toolchain_gcc import toolchain_gcc
class Win32_target(toolchain_gcc):
extension = ".dll"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lwinmm"]