beremiz
Clone
Summary
Browse
Changes
Graph
Fix bug main configuration variables not displayed in lower left panel when project root element is selected
2012-12-19, Laurent Bessard
3e78925125e1
file is
Executable
Fix bug main configuration variables not displayed in lower left panel when project root element is selected
from ..toolchain_gcc import toolchain_gcc
class Win32_target(toolchain_gcc):
extension = ".dll"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lwinmm"]