beremiz
Clone
Summary
Browse
Changes
Graph
Splitted type selection menu code in VariablePanel, making easier to override behaviour by inheritence
2014-06-04, Edouard Tisserant
8a3998d10b81
file is
Executable
Splitted type selection menu code in VariablePanel, making easier to override behaviour by inheritence
from ..toolchain_gcc import toolchain_gcc
class Win32_target(toolchain_gcc):
dlopen_prefix = ""
extension = ".dll"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lwinmm"]