beremiz
Clone
Summary
Browse
Changes
Graph
Fixed bug list of ConfNodes blocks not refreshed when a library was enable or disable
2013-04-30, Laurent Bessard
5ec20f56b1d2
file is
Executable
Fixed bug list of ConfNodes blocks not refreshed when a library was enable or disable
from ..toolchain_gcc import toolchain_gcc
class Win32_target(toolchain_gcc):
extension = ".dll"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lwinmm"]