beremiz
Clone
Summary
Browse
Changes
Graph
Moved twisted/nevow/athena away from Berermiz_service.py + some minor cleanup
2015-02-05, Edouard Tisserant
19ebe96b41c0
file is
Executable
Moved twisted/nevow/athena away from Berermiz_service.py + some minor cleanup
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"]