beremiz
Clone
Summary
Browse
Changes
Graph
Fixed bug in resource pou instance program type selection
2013-09-04, Laurent Bessard
1d221eda1e42
file is
Executable
Fixed bug in resource pou instance program type selection
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"]