beremiz
Clone
Summary
Browse
Changes
Graph
reverted temporary fix, fixed in PLCopenEditor now.
2012-01-31, edouard
2e1a2ea6242f
file is
Executable
reverted temporary fix, fixed in PLCopenEditor now.
from ..toolchain_gcc import toolchain_gcc
class Win32_target(toolchain_gcc):
extension = ".dll"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared"]