beremiz
Clone
Summary
Browse
Changes
Graph
Replaced old graphic viewer blocks loading process by xslt stylesheet
2013-10-02, Laurent Bessard
c1e6c712cc35
file is
Executable
Replaced old graphic viewer blocks loading process by xslt stylesheet
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"]