beremiz
Clone
Summary
Browse
Changes
Graph
Fixed bug ForceVariableDialog when forcing DATETIME variables
2013-02-26, Laurent Bessard
b6e93549de2e
file is
Executable
Fixed bug ForceVariableDialog when forcing DATETIME variables
from ..toolchain_gcc import toolchain_gcc
class Win32_target(toolchain_gcc):
extension = ".dll"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lwinmm"]