beremiz
Clone
Summary
Browse
Changes
Graph
runtime's process cwd should now be the same as provided working dir, fixin permission problem on W7
2011-10-06, Edouard Tisserant
885a224a35be
file is
Executable
runtime's process cwd should now be the same as provided working dir, fixin permission problem on W7
from .. import toolchain_gcc
class Win32_target(toolchain_gcc):
extension = ".dll"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared"]