beremiz
Clone
Summary
Browse
Changes
Graph
Fixed CFileEditor replacing folding panels by variable panel and STC
2013-05-08, Laurent Bessard
c9ace6a881c9
file is
Executable
Fixed CFileEditor replacing folding panels by variable panel and STC
from ..toolchain_gcc import toolchain_gcc
class Win32_target(toolchain_gcc):
extension = ".dll"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lwinmm"]