beremiz
Clone
Summary
Browse
Changes
Graph
Added support for drag'n dropping non-numeric variables
2013-02-26, Laurent Bessard
c1159acb0886
file is
Executable
Added support for drag'n dropping non-numeric variables
from ..toolchain_gcc import toolchain_gcc
class Win32_target(toolchain_gcc):
extension = ".dll"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lwinmm"]