beremiz
Clone
Summary
Browse
Changes
Graph
Second stage of xmlclass refactoring using lxml , project are loaded and displayed successfully
2013-08-28, Laurent Bessard
42ea51d083ce
file is
Executable
Second stage of xmlclass refactoring using lxml , project are loaded and displayed successfully
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"]