beremiz
Clone
Summary
Browse
Changes
Graph
Fixed bug in VariablePanel when editing project single configuration variables
2013-03-28, Laurent Bessard
741fbce41ec2
file is
Executable
Fixed bug in VariablePanel when editing project single configuration variables
from ..toolchain_gcc import toolchain_gcc
class Win32_target(toolchain_gcc):
extension = ".dll"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lwinmm"]