beremiz
Clone
Summary
Browse
Changes
Graph
Fixed bug when right click on ProjectTree project item
2013-04-18, Laurent Bessard
7bd88ac7b871
file is
Executable
Fixed bug when right click on ProjectTree project item
from ..toolchain_gcc import toolchain_gcc
class Win32_target(toolchain_gcc):
extension = ".dll"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lwinmm"]