beremiz
Clone
Summary
Browse
Changes
Graph
Split runtime's twisted modules import and setup to ease runtime extensions hotpatching
2015-02-16, Edouard Tisserant
4963e3816641
file is
Executable
Split runtime's twisted modules import and setup to ease runtime extensions hotpatching
from ..toolchain_gcc import toolchain_gcc
class Win32_target(toolchain_gcc):
dlopen_prefix = ""
extension = ".dll"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lwinmm"]