beremiz
Clone
Summary
Browse
Changes
Graph
Removing code related to Topology panel
2012-06-03, laurent
9f5dbd90e1e0
file is
Executable
Removing code related to Topology panel
from ..toolchain_gcc import toolchain_gcc
class Win32_target(toolchain_gcc):
extension = ".dll"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lwinmm"]