beremiz
Clone
Summary
Browse
Changes
Graph
Removed test that expression is not a keyword in FBDVariableDialog
2013-05-29, Laurent Bessard
be891953958f
file is
Executable
Removed test that expression is not a keyword in FBDVariableDialog
from ..toolchain_gcc import toolchain_gcc
class Win32_target(toolchain_gcc):
extension = ".dll"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lwinmm"]