beremiz
Clone
Summary
Browse
Changes
Graph
Fixed typo in IDEFrame OnProjectTreeRightUp method
2013-03-28, Laurent Bessard
44c3cafef436
file is
Executable
Fixed typo in IDEFrame OnProjectTreeRightUp method
from ..toolchain_gcc import toolchain_gcc
class Win32_target(toolchain_gcc):
extension = ".dll"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lwinmm"]