beremiz
Clone
Summary
Browse
Changes
Graph
On windows, prepend CWD to PATH before invoking Generic target make command
2014-03-29, Edouard Tisserant
49441045b192
file is
Executable
On windows, prepend CWD to PATH before invoking Generic target make command
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"]