beremiz
Clone
Summary
Browse
Changes
Graph
Including external tools for editing plugin informations into Beremiz window
2011-11-08, laurent
91b2ae63ea3d
file is
Executable
Including external tools for editing plugin informations into Beremiz window
from .. import toolchain_gcc
class Win32_target(toolchain_gcc):
extension = ".dll"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared"]