beremiz
Clone
Summary
Browse
Changes
Graph
Simplified use of runtime's global variable __common_ticktime accross extensions.
2014-12-12, Edouard Tisserant
e14003eb4d42
file is
Executable
Simplified use of runtime's global variable __common_ticktime accross extensions.
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"]