beremiz
Clone
Summary
Browse
Changes
Graph
Adding support for quickly changing variable and connection type
2012-10-18, Laurent Bessard
9695969796d0
file is
Executable
Adding support for quickly changing variable and connection type
from ..toolchain_gcc import toolchain_gcc
class Win32_target(toolchain_gcc):
extension = ".dll"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lwinmm"]