beremiz
Clone
Summary
Browse
Changes
Graph
Adding support for selecting plugin parameter value from a tree of available values
2012-03-18, laurent
2f7b3d1de278
file is
Executable
Adding support for selecting plugin parameter value from a tree of available values
from ..toolchain_gcc import toolchain_gcc
class Win32_target(toolchain_gcc):
extension = ".dll"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lwinmm"]