beremiz
Clone
Summary
Browse
Changes
Graph
Added support in LocationCellEditor for locations with undefined direction
2013-03-26, Laurent Bessard
bf3b6998f7b6
file is
Executable
Added support in LocationCellEditor for locations with undefined direction
from ..toolchain_gcc import toolchain_gcc
class Win32_target(toolchain_gcc):
extension = ".dll"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lwinmm"]