beremiz
Clone
Summary
Browse
Changes
Graph
Removed undeleted debug print
2013-04-24, Laurent Bessard
36b7ce528911
file is
Executable
Removed undeleted debug print
from ..toolchain_gcc import toolchain_gcc
class Win32_target(toolchain_gcc):
extension = ".dll"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lwinmm"]