beremiz
Clone
Summary
Browse
Changes
Graph
Fixed bug VariablePanel and ProjectProperties not refreshed in ProjectNodeEditor
2013-06-14, Laurent Bessard
4b7ef7ea318f
file is
Executable
Fixed bug VariablePanel and ProjectProperties not refreshed in ProjectNodeEditor
from ..toolchain_gcc import toolchain_gcc
class Win32_target(toolchain_gcc):
extension = ".dll"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lwinmm"]