beremiz
Clone
Summary
Browse
Changes
Graph
Now, PYRO:// locations also accept MDNS service names
2012-06-09, Edouard Tisserant
c1104099c151
file is
Executable
Now, PYRO:// locations also accept MDNS service names
from ..toolchain_gcc import toolchain_gcc
class Win32_target(toolchain_gcc):
extension = ".dll"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lwinmm"]