beremiz
Clone
Summary
Browse
Changes
Graph
Fixed resource editing, removing definition of more than one resource and deletion of last resource defined
2013-04-09, Laurent Bessard
626de4ff4bdc
file is
Executable
Fixed resource editing, removing definition of more than one resource and deletion of last resource defined
from ..toolchain_gcc import toolchain_gcc
class Win32_target(toolchain_gcc):
extension = ".dll"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lwinmm"]